Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ update
Method
update
gecode/int/no-overlap/dim.hpp:94–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
forceinline void
95
FixDim::update(Space& home, FixDim& d) {
96
c.update(home,d.c);
97
s = d.s;
98
}
99
100
forceinline void
101
FixDim::subscribe(Space& home, Propagator& p) {
Callers
3
base.hpp
File · 0.45
MixNaryOnePropagator<IntView,PC_INT_DOM,VY,PC_INT_BND>
Function · 0.45
bool-base.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected