Test::Int::Sequence::SequenceIntTest Class Reference
[Sequence constraints]
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. | |
Detailed Description
Test for sequence with boolean variables
Definition at line 105 of file sequence.cpp.
Constructor & Destructor Documentation
| 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 108 of file sequence.cpp.
Member Function Documentation
| virtual void Test::Int::Sequence::SequenceIntTest::post | ( | Gecode::Space & | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/sequence.cpp
