Generated on Thu Apr 11 14:00:16 2019 for Gecode by doxygen 1.6.3

Test::Int::Arithmetic::ArgMinBool Class Reference
[Arithmetic constraints]

Test for argument minimum constraint More...

List of all members.

Public Member Functions

 ArgMinBool (int n, int o, bool tb)
 Create and register test.
virtual bool solution (const Assignment &x) const
 Test whether x is solution
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x)
 Post constraint on x.

Protected Attributes

int offset
 Which offset to use.
bool tiebreak
 Whether to use tie-breaking.

Detailed Description

Test for argument minimum constraint

Definition at line 982 of file arithmetic.cpp.


Constructor & Destructor Documentation

Test::Int::Arithmetic::ArgMinBool::ArgMinBool ( int  n,
int  o,
bool  tb 
) [inline]

Create and register test.

Definition at line 990 of file arithmetic.cpp.


Member Function Documentation

virtual bool Test::Int::Arithmetic::ArgMinBool::solution ( const Assignment x  )  const [inline, virtual]

Test whether x is solution

Implements Test::Int::Test.

Definition at line 996 of file arithmetic.cpp.

virtual void Test::Int::Arithmetic::ArgMinBool::post ( Gecode::Space home,
Gecode::IntVarArray x 
) [inline, virtual]

Post constraint on x.

Implements Test::Int::Test.

Definition at line 1013 of file arithmetic.cpp.


Member Data Documentation

Which offset to use.

Definition at line 985 of file arithmetic.cpp.

Whether to use tie-breaking.

Definition at line 987 of file arithmetic.cpp.


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