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

Method getGoal

contribs/qecode/QCOPPlus.cc:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249
250MySpace* Qcop::getGoal() {
251 if (goal->status() == SS_FAILED) return NULL;
252 return static_cast<MySpace*>(goal->clone());
253}
254
255
256int Qcop::getOptType(int scope) {

Callers 4

rsolveMethod · 0.45
rSolveMethod · 0.45
rSolveMethod · 0.45
rSolveMethod · 0.45

Calls 2

statusMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected