MCPcopy 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.hppFile · 0.45
clause.hppFile · 0.45
PropagatorFunction · 0.45
PropagatorFunction · 0.45
BoolBinary<BV,BV>Function · 0.45
or.hppFile · 0.45
eqv.hppFile · 0.45
lq.hppFile · 0.45
CBSBrancherMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected