Test::Int::MiniModelArithmetic::Max Class Reference
[Minimal modelling constraints (arithmetic)]
Inherits Test::Int::Test.
Detailed Description
Test for binary maximum constraint.Definition at line 192 of file mm-arithmetic.cc.
Public Member Functions | |
| Max (const std::string &s, const Gecode::IntSet &d) | |
| 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. | |
Constructor & Destructor Documentation
| Test::Int::MiniModelArithmetic::Max::Max | ( | const std::string & | s, | |
| const Gecode::IntSet & | d | |||
| ) | [inline] |
Member Function Documentation
| virtual bool Test::Int::MiniModelArithmetic::Max::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution.
Implements Test::Int::Test.
Definition at line 198 of file mm-arithmetic.cc.
| virtual void Test::Int::MiniModelArithmetic::Max::post | ( | Gecode::Space * | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/mm-arithmetic.cc (Revision: 7294)
