Post constraint on \a x
| 104 | } |
| 105 | /// Post constraint on \a x |
| 106 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 107 | Gecode::mult(home, x[0], x[1], x[0], ipl); |
| 108 | } |
| 109 | }; |
| 110 | |
| 111 | /// %Test for multiplication constraint with shared variables |