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

Method SetVarArray

gecode/set/array.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42namespace Gecode {
43
44 SetVarArray::SetVarArray(Space& home, int n)
45 : VarArray<SetVar>(home,n) {
46 for (int i = size(); i--; )
47 x[i] = SetVar(home);
48 }
49
50 SetVarArray::SetVarArray(Space& home,int n,
51 int lbMin,int lbMax,int ubMin,int ubMax,

Callers

nothing calls this directly

Calls 6

sizeFunction · 0.50
SetVarClass · 0.50
checkFunction · 0.50
subsetFunction · 0.50
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected