Post constraint on \a x
| 190 | } |
| 191 | /// Post constraint on \a x |
| 192 | virtual void post(Gecode::Space& home, Gecode::FloatVarArray& x) { |
| 193 | Gecode::log(home, base, x[0], x[1]); |
| 194 | } |
| 195 | }; |
| 196 | |
| 197 | /// %Test for logarithm base n constraint where solution is ensured |