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

Method space

contribs/qecode/QCOPPlus.cc:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127MySpace* Qcop::space() {
128 if (currentDeclareSpace<nbSpaces)
129 return rules[currentDeclareSpace];
130 if (currentDeclareSpace==nbSpaces)
131 return goal;
132 return NULL;
133}
134
135
136IntVar Qcop::var(int n) {

Callers 6

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36