Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ getGoal
Method
getGoal
contribs/qecode/QCSPPlusUnblockable.cc:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
230
231
MySpace* QcspUnblockable::getGoal() {
232
if (goal->status() == SS_FAILED) return NULL;
233
return static_cast<MySpace*>(goal->clone());
234
}
235
236
237
void QcspUnblockable::branch(UnblockableBranching* b) {
Callers
nothing calls this directly
Calls
2
status
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected