Initialize test space
| 114 | Gecode::SetVarArray x; |
| 115 | /// Initialize test space |
| 116 | SetTestSpace(int n, Gecode::IntSet& d) |
| 117 | : x(*this, n, Gecode::IntSet::empty, d) {} |
| 118 | /// Constructor for cloning \a s |
| 119 | SetTestSpace(SetTestSpace& s) |
| 120 | : Gecode::Space(s) { |