Test::Int::MiniModelArithmetic::Abs Class Reference
[Minimal modelling constraints (arithmetic)]
Test for absolute value constraint More...
Public Member Functions | |
Abs (const std::string &s, const Gecode::IntSet &d, Gecode::IntConLevel icl) | |
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. |
Detailed Description
Test for absolute value constraint
Definition at line 203 of file mm-arithmetic.cpp.
Constructor & Destructor Documentation
Test::Int::MiniModelArithmetic::Abs::Abs | ( | const std::string & | s, | |
const Gecode::IntSet & | d, | |||
Gecode::IntConLevel | icl | |||
) | [inline] |
Create and register test.
Definition at line 206 of file mm-arithmetic.cpp.
Member Function Documentation
virtual bool Test::Int::MiniModelArithmetic::Abs::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 212 of file mm-arithmetic.cpp.
virtual void Test::Int::MiniModelArithmetic::Abs::post | ( | Gecode::Space & | home, | |
Gecode::IntVarArray & | x | |||
) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/mm-arithmetic.cpp (Revision: 11206)