Test posting Boolean expressions More...
Public Member Functions | |
BoolExprVar (const BoolInstr *bis0, const std::string &s) | |
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 | |
const BoolInstr * | bis |
Boolean instruction sequence. |
Test posting Boolean expressions
Test::Int::MiniModelBoolean::BoolExprVar::BoolExprVar | ( | const BoolInstr * | bis0, |
const std::string & | s | ||
) | [inline] |
Create and register test.
Definition at line 148 of file mm-bool.cpp.
virtual bool Test::Int::MiniModelBoolean::BoolExprVar::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
virtual void Test::Int::MiniModelBoolean::BoolExprVar::post | ( | Gecode::Space & | home, |
Gecode::IntVarArray & | x | ||
) | [inline, virtual] |
const BoolInstr* Test::Int::MiniModelBoolean::BoolExprVar::bis [protected] |
Boolean instruction sequence.
Definition at line 145 of file mm-bool.cpp.