Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
mark
Method · 0.45
prune
Method · 0.45
Tested by
no test coverage detected