Initialize test space
| 135 | Gecode::FloatVarArray x; |
| 136 | /// Initialize test space |
| 137 | FloatTestSpace(int n, Gecode::FloatVal& d) |
| 138 | : x(*this, n, d.min(), d.max()) {} |
| 139 | /// Constructor for cloning \a s |
| 140 | FloatTestSpace(FloatTestSpace& s) |
| 141 | : Gecode::Space(s) { |