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

Function wait

gecode/set/exec.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace Gecode {
37
38 void
39 wait(Home home, SetVar x, std::function<void(Space& home)> c) {
40 GECODE_POST;
41 GECODE_ES_FAIL(UnaryWait<Set::SetView>::post(home,x,c));
42 }
43
44 void
45 wait(Home home, const SetVarArgs& x, std::function<void(Space& home)> c) {

Callers 3

postMethod · 0.50
postMethod · 0.50
postMethod · 0.50

Calls 1

postFunction · 0.50

Tested by

no test coverage detected