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

Method status

gecode/kernel/branch/function.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 : Brancher(home,b), f(b.f), done(b.done) {
98 }
99 bool
100 FunctionBranch::status(const Space&) const {
101 return !done;
102 }
103 const Choice*
104 FunctionBranch::choice(Space&) {
105 assert(!done);

Callers 1

print.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected