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

Test::Set::Rel::ITE Class Reference
[Relation constraints]

Test for if-then-else-constraint More...

List of all members.

Public Member Functions

 ITE (void)
 Construct and register test.
virtual bool solution (const SetAssignment &x) const
 Check whether x is a solution.
void post (Space &home, SetVarArray &x, IntVarArray &y)
 Post constraint on x and y.

Detailed Description

Test for if-then-else-constraint

Definition at line 133 of file rel.cpp.


Constructor & Destructor Documentation

Test::Set::Rel::ITE::ITE ( void   )  [inline]

Construct and register test.

Definition at line 136 of file rel.cpp.


Member Function Documentation

virtual bool Test::Set::Rel::ITE::solution ( const SetAssignment x  )  const [inline, virtual]

Check whether x is a solution.

Implements Test::Set::SetTest.

Definition at line 139 of file rel.cpp.

void Test::Set::Rel::ITE::post ( Space home,
SetVarArray x,
IntVarArray y 
) [inline, virtual]

Post constraint on x and y.

Implements Test::Set::SetTest.

Definition at line 153 of file rel.cpp.


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