Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ update
Method
update
gecode/int/bin-packing/propagate.hpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
forceinline void
65
Item::update(Space& home, Item& i) {
66
x.update(home,i.x);
67
s = i.s;
68
}
69
70
71
forceinline bool
Callers
11
propagate.hpp
File · 0.45
MixBinaryPropagator<VX,PC_BOOL_VAL,VY,PC_BOOL_VAL>
Function · 0.45
clause.hpp
File · 0.45
Propagator
Function · 0.45
Propagator
Function · 0.45
BoolBinary<BV,BV>
Function · 0.45
BinaryPropagator<BV,PC_BOOL_VAL>
Function · 0.45
or.hpp
File · 0.45
eqv.hpp
File · 0.45
lq.hpp
File · 0.45
CBSBrancher
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected