Test::Int::Basic::Basic Class Reference
[Basic setup]
Inherits Test::Int::Test.
Detailed Description
Test whether testing infrastructure for integer variables works.Definition at line 52 of file basic.cc.
Public Member Functions | |
| Basic (void) | |
| Initialize test. | |
| virtual bool | solution (const Assignment &) const |
| Check whether x is a solution. | |
| virtual void | post (Gecode::Space *, Gecode::IntVarArray &) |
| Post constraint on x. | |
| virtual void | post (Gecode::Space *home, Gecode::IntVarArray &, Gecode::BoolVar b) |
| Post reified constraint on x. | |
Constructor & Destructor Documentation
| Test::Int::Basic::Basic::Basic | ( | void | ) | [inline] |
Member Function Documentation
| virtual bool Test::Int::Basic::Basic::solution | ( | const Assignment & | ) | const [inline, virtual] |
| virtual void Test::Int::Basic::Basic::post | ( | Gecode::Space * | , | |
| Gecode::IntVarArray & | ||||
| ) | [inline, virtual] |
| virtual void Test::Int::Basic::Basic::post | ( | Gecode::Space * | home, | |
| Gecode::IntVarArray & | , | |||
| Gecode::BoolVar | b | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/basic.cc (Revision: 6362)
