Test::Int::Linear::BoolInt Class Reference
[Linear constraints]
Inherits Test::Int::Test.
Detailed Description
Test linear relation over Boolean variables equal to constant.Definition at line 149 of file linear.cc.
Public Member Functions | |
| BoolInt (const std::string &s, const Gecode::IntArgs &a0, Gecode::IntRelType irt0, int c0, Gecode::PropKind pk=Gecode::PK_DEF) | |
| 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. | |
Constructor & Destructor Documentation
| Test::Int::Linear::BoolInt::BoolInt | ( | const std::string & | s, | |
| const Gecode::IntArgs & | a0, | |||
| Gecode::IntRelType | irt0, | |||
| int | c0, | |||
| Gecode::PropKind | pk = Gecode::PK_DEF | |||
| ) | [inline] |
Member Function Documentation
| 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] |
Member Data Documentation
Gecode::IntArgs Test::Int::Linear::BoolInt::a [protected] |
Gecode::IntRelType Test::Int::Linear::BoolInt::irt [protected] |
int Test::Int::Linear::BoolInt::c [protected] |
The documentation for this class was generated from the following file:
- test/int/linear.cc (Revision: 6290)
