Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ propagate
Method
propagate
gecode/int/arithmetic/abs.hpp:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
template<class View>
134
ExecStatus
135
AbsBnd<View>::propagate(Space& home, const ModEventDelta&) {
136
return prop_abs_bnd<View,Rel::EqBnd>(home, *this, x0, x1);
137
}
138
139
140
Callers
nothing calls this directly
Calls
7
ES_NOFIX_PARTIAL
Method · 0.80
ES_SUBSUMED
Method · 0.80
post
Function · 0.50
inter_r
Method · 0.45
assigned
Method · 0.45
min
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected