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

Function Propagator

gecode/set/element/union.hpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 template<class View, class View0, class View1>
50 forceinline
51 ElementUnion<View,View0,View1>::
52 ElementUnion(Space& home, ElementUnion<View,View0,View1>& p)
53 : Propagator(home,p) {
54 x0.update(home,p.x0);
55 x1.update(home,p.x1);
56 iv.update(home,p.iv);
57 }
58
59 template<class View, class View0, class View1>
60 PropCost

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected