Post constraint on \a x
| 221 | } |
| 222 | /// Post constraint on \a x |
| 223 | virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) { |
| 224 | Gecode::log(home, base, x[0], x[1]); |
| 225 | } |
| 226 | }; |
| 227 | |
| 228 | /// %Test for logarithm base n constraint with shared variables |