Post constraint on \a x
| 85 | } |
| 86 | /// Post constraint on \a x |
| 87 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 88 | Gecode::element(home, c, x[0], r); |
| 89 | } |
| 90 | }; |
| 91 | |
| 92 | /// %Test for element with integer array and single shared integer variable |