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

Function branch

gecode/kernel/branch/function.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144namespace Gecode {
145
146 void
147 branch(Home home, std::function<void(Space& home)> f) {
148 Kernel::FunctionBranch::post(home,f);
149 }
150
151}
152

Callers

nothing calls this directly

Calls 1

postFunction · 0.50

Tested by

no test coverage detected