Generated on Fri May 13 2011 22:41:33 for Gecode by doxygen 1.7.1

Test::Int::Cumulatives::Above Class Reference
[Cumnulatives scheduling constraint]

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

List of all members.

Public Member Functions

 Above (int l)
bool operator() (int val)
 Test whether val is above limit

Public Attributes

int limit
 limit /// Initialize

Detailed Description

Describe that event is above a certain limit.

Definition at line 158 of file cumulatives.cpp.


Constructor & Destructor Documentation

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

Definition at line 162 of file cumulatives.cpp.


Member Function Documentation

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

Test whether val is above limit

Definition at line 164 of file cumulatives.cpp.


Member Data Documentation

limit /// Initialize

Definition at line 160 of file cumulatives.cpp.


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