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

Function gf_success

contribs/quacode/examples/connect-four.cpp:125–132  ·  view source on GitHub ↗

Succeed the space

Source from the content-addressed store, hash-verified

123
124/// Succeed the space
125static void gf_success(Space& home) {
126 Space::Branchers b(home);
127 while (b()) {
128 BrancherHandle bh(b.brancher());
129 ++b;
130 bh.kill(home);
131 }
132}
133
134/// Dummy function
135static void gf_dummy(Space& ) { }

Callers

nothing calls this directly

Calls 2

brancherMethod · 0.80
killMethod · 0.60

Tested by

no test coverage detected