Test::Int::Arithmetic::MinNary Class Reference
[Arithmetic constraints]
Test for n-ary minimmum constraint More...
Public Member Functions | |
| MinNary (Gecode::IntPropLevel ipl) | |
| 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 n-ary minimmum constraint
Definition at line 678 of file arithmetic.cpp.
Constructor & Destructor Documentation
| Test::Int::Arithmetic::MinNary::MinNary | ( | Gecode::IntPropLevel | ipl | ) | [inline] |
Create and register test.
Definition at line 681 of file arithmetic.cpp.
Member Function Documentation
| virtual bool Test::Int::Arithmetic::MinNary::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 684 of file arithmetic.cpp.
| virtual void Test::Int::Arithmetic::MinNary::post | ( | Gecode::Space & | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/arithmetic.cpp
