MCPcopy Create free account
hub / github.com/Gecode/gecode / update

Method update

gecode/int/gcc/view.hpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 CardConst::reschedule(Space&, Propagator&, PropCond) {}
278
279 forceinline void
280 CardConst::update(Space&, CardConst& x) {
281 _min=x._min; _max=x._max; _card=x._card; _counter=x._counter;
282 }
283
284 forceinline IntView
285 CardConst::base(void) const {

Callers 15

Prop<View>Function · 0.45
int.hppFile · 0.45
PropagatorFunction · 0.45
syncMethod · 0.45
bnd.hppFile · 0.45
layered-graph.hppFile · 0.45
compact.hppFile · 0.45
PropagatorFunction · 0.45
single.hppFile · 0.45
PropagatorFunction · 0.45
bnd.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected