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

Method commit

gecode/gist/stopbrancher.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 return new StopChoice(*this);
61 }
62 ExecStatus
63 StopBrancher::commit(Space&, const Choice&, unsigned int) {
64 done = true;
65 return ES_OK;
66 }
67
68 void
69 StopBrancher::print(const Space&, const Gecode::Choice&,

Callers 4

inspectCurrentNodeMethod · 0.45
mousePressEventMethod · 0.45
recomputeMethod · 0.45
acquireSpaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected