MCPcopy 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) {

Calls

no outgoing calls

Tested by

no test coverage detected