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

Method propagate

gecode/int/distinct/dom-ctrl.hpp:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66 template<class View>
67 ExecStatus
68 DomCtrl<View>::propagate(Space& home, bool& assigned) {
69 assigned = false;
70 if (!g.mark())
71 return ES_OK;
72 return g.prune(home,assigned);
73 }
74
75}}}
76

Callers

nothing calls this directly

Calls 2

markMethod · 0.45
pruneMethod · 0.45

Tested by

no test coverage detected