Post constraint on \a x
| 62 | } |
| 63 | /// Post constraint on \a x |
| 64 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 65 | Gecode::count(home, x, 0, irt, 2); |
| 66 | } |
| 67 | }; |
| 68 | |
| 69 | /// %Test number of integers contained in an integer set equal to integer |