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