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

Method post

gecode/flatzinc/complete.hh:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 static ExecStatus post(FlatZincSpace& home, BoolView x0) {
67 if (x0.assigned()) {
68 home.restart_data().mark_complete = x0.val();
69 } else {
70 (void) new (home) Complete(home, x0);
71 }
72 return ES_OK;
73 }
74 };
75
76}}

Callers

nothing calls this directly

Calls 2

assignedMethod · 0.45
valMethod · 0.45

Tested by

no test coverage detected