Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
250
MySpace* Qcop::getGoal() {
251
if (goal->status() == SS_FAILED) return NULL;
252
return static_cast<MySpace*>(goal->clone());
253
}
254
255
256
int Qcop::getOptType(int scope) {
Callers
4
rsolve
Method · 0.45
rSolve
Method · 0.45
rSolve
Method · 0.45
rSolve
Method · 0.45
Calls
2
status
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected