Generated on Sat Feb 12 2011 17:41:35 for Gecode by doxygen 1.7.3

Test::Int::Cumulatives::Below Class Reference

Describe that event is below a certain limit. More...

List of all members.

Public Member Functions

 Below (int l)
bool operator() (int val)
 Test whether val is below limit

Public Attributes

int limit
 limit Initialize

Detailed Description

Describe that event is below a certain limit.

Definition at line 147 of file cumulatives.cpp.


Constructor & Destructor Documentation

Test::Int::Cumulatives::Below::Below ( int  l) [inline]

Definition at line 151 of file cumulatives.cpp.


Member Function Documentation

bool Test::Int::Cumulatives::Below::operator() ( int  val) [inline]

Test whether val is below limit

Definition at line 153 of file cumulatives.cpp.


Member Data Documentation

limit Initialize

Definition at line 149 of file cumulatives.cpp.


The documentation for this class was generated from the following file: