
Test number of several equal integers equal to integer More...
Public Member Functions | |
| IntArrayInt (Gecode::IntRelType irt0) | |
| 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. | |
Protected Attributes | |
| Gecode::IntRelType | irt |
| Integer relation type to propagate. | |
| Test::Int::Count::IntArrayInt::IntArrayInt | ( | Gecode::IntRelType | irt0 | ) | [inline] |
| virtual bool Test::Int::Count::IntArrayInt::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Count::IntArrayInt::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x | ||
| ) | [inline, virtual] |
Gecode::IntRelType Test::Int::Count::IntArrayInt::irt [protected] |