
Test for sequence with boolean variables More...
Public Member Functions | |
| SequenceIntTest (const std::string &s, const Gecode::IntSet &s0, int q0, int l0, int u0, int size, int min, int max) | |
| Create and register test. | |
| virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x) |
| Post constraint on x. | |
Test for sequence with boolean variables
Definition at line 109 of file sequence.cpp.
| Test::Int::Sequence::SequenceIntTest::SequenceIntTest | ( | const std::string & | s, |
| const Gecode::IntSet & | s0, | ||
| int | q0, | ||
| int | l0, | ||
| int | u0, | ||
| int | size, | ||
| int | min, | ||
| int | max | ||
| ) | [inline] |
Create and register test.
Definition at line 112 of file sequence.cpp.
| virtual void Test::Int::Sequence::SequenceIntTest::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x | ||
| ) | [inline, virtual] |