
Test for variable cardinality for all cardinality values More...
Public Member Functions | |
| VarAll (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 &xy) |
| Post constraint on xy. | |
Static Protected Attributes | |
| static const int | n = 4 |
| Number of non-cardinality variables. | |
| Test::Int::GCC::VarAll::VarAll | ( | Gecode::IntConLevel | icl | ) | [inline] |
| virtual bool Test::Int::GCC::VarAll::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::GCC::VarAll::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | xy | ||
| ) | [inline, virtual] |
const int Test::Int::GCC::VarAll::n = 4 [static, protected] |