Test::Int::MiniModelArithmetic::Div Class Reference
[Minimal modelling constraints (arithmetic)]
Test for division constraint More...
Public Member Functions | |
| Div (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. | |
Detailed Description
Test for division constraint
Definition at line 71 of file mm-arithmetic.cpp.
Constructor & Destructor Documentation
| Test::Int::MiniModelArithmetic::Div::Div | ( | const std::string & | s, | |
| const Gecode::IntSet & | d | |||
| ) | [inline] |
Create and register test.
Definition at line 74 of file mm-arithmetic.cpp.
Member Function Documentation
| virtual bool Test::Int::MiniModelArithmetic::Div::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 79 of file mm-arithmetic.cpp.
| virtual void Test::Int::MiniModelArithmetic::Div::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
