Test::Int::Dom::DomRangeEmpty Class Reference
[Domain constraints]
Test for domain constraint (empty range) More...
Public Member Functions | |
DomRangeEmpty (void) | |
Create and register test. | |
virtual bool | solution (const Assignment &) const |
Test whether x is solution | |
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &) |
Post constraint on x. | |
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x, Gecode::BoolVar b) |
Post reified constraint on x for b. |
Detailed Description
Test for domain constraint (empty range)
Definition at line 106 of file dom.cpp.
Constructor & Destructor Documentation
Test::Int::Dom::DomRangeEmpty::DomRangeEmpty | ( | void | ) | [inline] |
Member Function Documentation
virtual bool Test::Int::Dom::DomRangeEmpty::solution | ( | const Assignment & | ) | const [inline, virtual] |
virtual void Test::Int::Dom::DomRangeEmpty::post | ( | Gecode::Space & | home, | |
Gecode::IntVarArray & | ||||
) | [inline, virtual] |
virtual void Test::Int::Dom::DomRangeEmpty::post | ( | Gecode::Space & | home, | |
Gecode::IntVarArray & | x, | |||
Gecode::BoolVar | b | |||
) | [inline, virtual] |
Post reified constraint on x for b.
Reimplemented from Test::Int::Test.
The documentation for this class was generated from the following file:
- test/int/dom.cpp (Revision: 11358)