Post constraint on \a x
| 242 | } |
| 243 | /// Post constraint on \a x |
| 244 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 245 | Gecode::count(home, x, 0, irt, x[2]); |
| 246 | } |
| 247 | }; |
| 248 | |
| 249 | /// %Test number of equal variables equal to integer variable |