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

Method choice

gecode/gist/stopbrancher.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 Choice*
55 StopBrancher::choice(Space&) {
56 return new StopChoice(*this);
57 }
58 Choice*
59 StopBrancher::choice(const Space&, Archive&) {
60 return new StopChoice(*this);

Callers 1

getNumberOfChildNodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected