Test::Int::MiniModelArithmetic::Min Class Reference
[Minimal modelling constraints (arithmetic)]
Inherits Test::Int::Test.
Detailed Description
Test for binary minimum constraint.Definition at line 175 of file mm-arithmetic.cc.
Public Member Functions | |
Min (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::Min::Min | ( | const std::string & | s, | |
const Gecode::IntSet & | d | |||
) | [inline] |
Member Function Documentation
virtual bool Test::Int::MiniModelArithmetic::Min::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution.
Implements Test::Int::Test.
Definition at line 181 of file mm-arithmetic.cc.
virtual void Test::Int::MiniModelArithmetic::Min::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)