Test::Int::Unshare::Int Class Reference
[Unsharing variables in arrays]
Test for unsharing integer variables More...
Public Member Functions | |
| Int (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 unsharing integer variables
Definition at line 49 of file unshare.cpp.
Constructor & Destructor Documentation
| Test::Int::Unshare::Int::Int | ( | Gecode::IntPropLevel | ipl | ) | [inline] |
Create and register test.
Definition at line 52 of file unshare.cpp.
Member Function Documentation
| virtual bool Test::Int::Unshare::Int::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Unshare::Int::post | ( | Gecode::Space & | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/unshare.cpp
