
Test linear relation over Boolean variables equal to constant More...
Public Member Functions | |
| BoolInt (const std::string &s, const Gecode::IntArgs &a0, Gecode::IntRelType irt0, int c0) | |
| 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. | |
| virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x, Gecode::BoolVar b) |
| Post reified constraint on x for b. | |
Protected Attributes | |
| Gecode::IntArgs | a |
| Coefficients. | |
| Gecode::IntRelType | irt |
| Integer relation type to propagate. | |
| int | c |
| Righthand-side constant. | |
Test linear relation over Boolean variables equal to constant
Definition at line 152 of file linear.cpp.
| Test::Int::Linear::BoolInt::BoolInt | ( | const std::string & | s, |
| const Gecode::IntArgs & | a0, | ||
| Gecode::IntRelType | irt0, | ||
| int | c0 | ||
| ) | [inline] |
Create and register test.
Definition at line 162 of file linear.cpp.
| virtual bool Test::Int::Linear::BoolInt::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Linear::BoolInt::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x | ||
| ) | [inline, virtual] |
| virtual void Test::Int::Linear::BoolInt::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x, | ||
| Gecode::BoolVar | b | ||
| ) | [inline, virtual] |
Post reified constraint on x for b.
Reimplemented from Test::Int::Test.
Definition at line 187 of file linear.cpp.
Gecode::IntArgs Test::Int::Linear::BoolInt::a [protected] |
Coefficients.
Definition at line 155 of file linear.cpp.
Gecode::IntRelType Test::Int::Linear::BoolInt::irt [protected] |
Integer relation type to propagate.
Definition at line 157 of file linear.cpp.
int Test::Int::Linear::BoolInt::c [protected] |
Righthand-side constant.
Definition at line 159 of file linear.cpp.