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