
Test with tuple set More...
Public Member Functions | |
| TupleSetA (Gecode::ExtensionalPropKind epk0) | |
| 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::ExtensionalPropKind | epk |
| Extensional propagation kind. | |
Test with tuple set
Definition at line 378 of file extensional.cpp.
| Test::Int::Extensional::TupleSetA::TupleSetA | ( | Gecode::ExtensionalPropKind | epk0 | ) | [inline] |
Create and register test.
Definition at line 384 of file extensional.cpp.
| virtual bool Test::Int::Extensional::TupleSetA::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 388 of file extensional.cpp.
| virtual void Test::Int::Extensional::TupleSetA::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x | ||
| ) | [inline, virtual] |
Extensional propagation kind.
Definition at line 381 of file extensional.cpp.