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