
Test for unsharing integer variables More...
Public Member Functions | |
| Int (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. | |
Test for unsharing integer variables
Definition at line 53 of file unshare.cpp.
| Test::Int::Unshare::Int::Int | ( | Gecode::IntConLevel | icl | ) | [inline] |
Create and register test.
Definition at line 56 of file unshare.cpp.
| 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] |