Post constraint on \a x
| 652 | } |
| 653 | /// Post constraint on \a x |
| 654 | virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) { |
| 655 | Gecode::max(home, x[0], x[0], x[1]); |
| 656 | } |
| 657 | }; |
| 658 | |
| 659 | /// %Test for binary maximum constraint with shared variables |