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

Method choice

gecode/kernel/branch/function.cpp:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 return !done;
102 }
103 const Choice*
104 FunctionBranch::choice(Space&) {
105 assert(!done);
106 return new Description(*this,1);
107 }
108 const Choice*
109 FunctionBranch::choice(const Space&, Archive&) {
110 return new Description(*this,1);

Callers 1

commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected