Post constraint on \a x
| 64 | } |
| 65 | /// Post constraint on \a x |
| 66 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 67 | Gecode::mult(home, x[0], x[1], x[2], ipl); |
| 68 | } |
| 69 | }; |
| 70 | |
| 71 | /// %Test for multiplication constraint with shared variables |