Constructor for creation
| 171 | SetVarArray xs; |
| 172 | /// Constructor for creation |
| 173 | OneArraySet(int n, int l, int u) : xs(*this,n, IntSet::empty, l,u) { |
| 174 | } |
| 175 | /// Constructor for cloning \a s |
| 176 | OneArraySet(OneArraySet& s) : Space(s) { |
| 177 | xs.update(*this,s.xs); |