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

Method c

test/set/exec.cpp:81–86  ·  view source on GitHub ↗

Continuation to be executed

Source from the content-addressed store, hash-verified

79 }
80 /// Continuation to be executed
81 static void c(Gecode::Space& _home) {
82 SetTestSpace& home = static_cast<SetTestSpace&>(_home);
83 for (int i=0; i<home.x.size(); i++)
84 if (!home.x[i].assigned())
85 home.fail();
86 }
87 };
88
89 Wait w1t(1,true), w2t(2,true);

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.45
assignedMethod · 0.45
failMethod · 0.45

Tested by

no test coverage detected