Test::Set::Precede::Multi Class Reference
Test for multiple value precedence constraint More...
Public Member Functions | |
Multi (const Gecode::IntArgs &c0) | |
Create and register test. | |
virtual bool | solution (const SetAssignment &x) const |
Test whether x is solution | |
virtual void | post (Gecode::Space &home, Gecode::SetVarArray &x, Gecode::IntVarArray &) |
Post constraint on x. |
Detailed Description
Test for multiple value precedence constraint
Definition at line 92 of file precede.cpp.
Constructor & Destructor Documentation
Test::Set::Precede::Multi::Multi | ( | const Gecode::IntArgs & | c0 | ) | [inline] |
Create and register test.
Definition at line 105 of file precede.cpp.
Member Function Documentation
virtual bool Test::Set::Precede::Multi::solution | ( | const SetAssignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Set::SetTest.
Definition at line 108 of file precede.cpp.
virtual void Test::Set::Precede::Multi::post | ( | Gecode::Space & | home, | |
Gecode::SetVarArray & | x, | |||
Gecode::IntVarArray & | ||||
) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/set/precede.cpp (Revision: 12172)