MCPcopy Create free account
hub / github.com/Gecode/gecode / OneArraySet

Method OneArraySet

test/ldsb.cpp:173–174  ·  view source on GitHub ↗

Constructor for creation

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected