Test::Int::Rel::IntPairwise Class Reference
[Relation constraints]
Inherits Test::Int::Test.
Detailed Description
Test for pairwise relation between integer variables.Definition at line 263 of file rel.cc.
Public Member Functions | |
| IntPairwise (Gecode::IntRelType irt0, Gecode::IntConLevel icl) | |
| Create and register test. | |
| virtual bool | solution (const Assignment &x) const |
| Test whether x is solution. | |
| virtual void | post (Gecode::Space *home, Gecode::IntVarArray &x) |
| Post constraint on x. | |
Protected Attributes | |
| Gecode::IntRelType | irt |
| Integer relation type to propagate. | |
Constructor & Destructor Documentation
| Test::Int::Rel::IntPairwise::IntPairwise | ( | Gecode::IntRelType | irt0, | |
| Gecode::IntConLevel | icl | |||
| ) | [inline] |
Member Function Documentation
| virtual bool Test::Int::Rel::IntPairwise::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Rel::IntPairwise::post | ( | Gecode::Space * | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
Member Data Documentation
Gecode::IntRelType Test::Int::Rel::IntPairwise::irt [protected] |
The documentation for this class was generated from the following file:
- test/int/rel.cc (Revision: 7280)
