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

Method print

gecode/kernel/branch/function.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 return home.failed() ? ES_FAILED : ES_OK;
118 }
119 void
120 FunctionBranch::print(const Space&, const Choice&, unsigned int,
121 std::ostream& o) const {
122 o << "FunctionBranch()";
123 }
124 Actor*
125 FunctionBranch::copy(Space& home) {
126 return new (home) FunctionBranch(home,*this);

Callers 1

commitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected