Test::Int::Linear::BoolVar Class Reference
[Linear constraints]
Inherits Test::Int::Test.
Detailed Description
Test linear relation over Boolean variables equal to integer variable.Definition at line 197 of file linear.cc.
Public Member Functions | |
BoolVar (const std::string &s, int min, int max, const Gecode::IntArgs &a0, Gecode::IntRelType irt0) | |
Create and register test. | |
virtual bool | solution (const Assignment &x) const |
Test whether x is solution. | |
virtual bool | ignore (const Assignment &x) const |
Test whether x is to be ignore. | |
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. |
Constructor & Destructor Documentation
Test::Int::Linear::BoolVar::BoolVar | ( | const std::string & | s, | |
int | min, | |||
int | max, | |||
const Gecode::IntArgs & | a0, | |||
Gecode::IntRelType | irt0 | |||
) | [inline] |
Member Function Documentation
virtual bool Test::Int::Linear::BoolVar::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
virtual bool Test::Int::Linear::BoolVar::ignore | ( | const Assignment & | x | ) | const [inline, virtual] |
virtual void Test::Int::Linear::BoolVar::post | ( | Gecode::Space * | home, | |
Gecode::IntVarArray & | x | |||
) | [inline, virtual] |
virtual void Test::Int::Linear::BoolVar::post | ( | Gecode::Space * | home, | |
Gecode::IntVarArray & | x, | |||
Gecode::BoolVar | b | |||
) | [inline, virtual] |
Member Data Documentation
Gecode::IntArgs Test::Int::Linear::BoolVar::a [protected] |
Gecode::IntRelType Test::Int::Linear::BoolVar::irt [protected] |
The documentation for this class was generated from the following file:
- test/int/linear.cc (Revision: 6290)