Post constraint on \a x
| 149 | } |
| 150 | /// Post constraint on \a x |
| 151 | virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) { |
| 152 | Gecode::mult(home, x[0], x[1], x[0]); |
| 153 | } |
| 154 | }; |
| 155 | |
| 156 | /// %Test for multiplication constraint with shared variables |