MCPcopy 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
231MySpace* QcspUnblockable::getGoal() {
232 if (goal->status() == SS_FAILED) return NULL;
233 return static_cast<MySpace*>(goal->clone());
234}
235
236
237void QcspUnblockable::branch(UnblockableBranching* b) {

Callers

nothing calls this directly

Calls 2

statusMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected