Generated on Tue May 22 09:41:53 2018 for Gecode by doxygen 1.6.3

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

Test for argument minimum constraint with shared variables More...

List of all members.

Public Member Functions

 ArgMinShared (int n, 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

bool tiebreak
 Whether to use tie-breaking.

Detailed Description

Test for argument minimum constraint with shared variables

Definition at line 860 of file arithmetic.cpp.


Constructor & Destructor Documentation

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

Create and register test.

Definition at line 866 of file arithmetic.cpp.


Member Function Documentation

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

Test whether x is solution

Implements Test::Int::Test.

Definition at line 873 of file arithmetic.cpp.

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

Post constraint on x.

Implements Test::Int::Test.

Definition at line 888 of file arithmetic.cpp.


Member Data Documentation

Whether to use tie-breaking.

Definition at line 863 of file arithmetic.cpp.


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