Post constraint on \a x
| 289 | } |
| 290 | /// Post constraint on \a x |
| 291 | virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) { |
| 292 | Gecode::pow(home, base, x[0], x[1]); |
| 293 | } |
| 294 | }; |
| 295 | |
| 296 | /// %Test for pow exponent n constraint with shared variables |