Post constraint on \a x
| 84 | } |
| 85 | /// Post constraint on \a x |
| 86 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 87 | Gecode::mult(home, x[0], x[0], x[1], ipl); |
| 88 | } |
| 89 | }; |
| 90 | |
| 91 | /// %Test for multiplication constraint with shared variables |