Test::Int::Linear::IntVar Class Reference
[Linear constraints]
Inherits Test::Int::Test.
Detailed Description
Test linear relation over integer variables.Definition at line 101 of file linear.cc.
Public Member Functions | |
| IntVar (const std::string &s, const Gecode::IntSet &d, const Gecode::IntArgs &a0, Gecode::IntRelType irt0, Gecode::IntConLevel icl=Gecode::ICL_BND) | |
| 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. | |
Constructor & Destructor Documentation
| Test::Int::Linear::IntVar::IntVar | ( | const std::string & | s, | |
| const Gecode::IntSet & | d, | |||
| const Gecode::IntArgs & | a0, | |||
| Gecode::IntRelType | irt0, | |||
| Gecode::IntConLevel | icl = Gecode::ICL_BND | |||
| ) | [inline] |
Member Function Documentation
| virtual bool Test::Int::Linear::IntVar::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Linear::IntVar::post | ( | Gecode::Space * | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
| virtual void Test::Int::Linear::IntVar::post | ( | Gecode::Space * | home, | |
| Gecode::IntVarArray & | x, | |||
| Gecode::BoolVar | b | |||
| ) | [inline, virtual] |
Member Data Documentation
Gecode::IntArgs Test::Int::Linear::IntVar::a [protected] |
Gecode::IntRelType Test::Int::Linear::IntVar::irt [protected] |
The documentation for this class was generated from the following file:
- test/int/linear.cc (Revision: 6290)
