Post constraint on \a x
| 684 | } |
| 685 | /// Post constraint on \a x |
| 686 | virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) { |
| 687 | Gecode::max(home, x[0], x[1], x[1]); |
| 688 | } |
| 689 | }; |
| 690 | |
| 691 | /// %Test for binary maximum constraint with shared variables |