Post constraint on \a x
| 479 | } |
| 480 | /// Post constraint on \a x |
| 481 | virtual void post(Gecode::Space& home, Gecode::IntVarArray& x) { |
| 482 | Gecode::abs(home, x[0], x[1], ipl); |
| 483 | } |
| 484 | }; |
| 485 | |
| 486 | /// %Test for absolute value constraint with shared variables |