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

Function Propagator

gecode/set/element/disjoint.hpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 template<class SView, class RView>
50 forceinline
51 ElementDisjoint<SView,RView>::ElementDisjoint(Space& home,
52 ElementDisjoint& p)
53 : Propagator(home,p) {
54 x1.update(home,p.x1);
55 iv.update(home,p.iv);
56 }
57
58 template<class SView, class RView>
59 forceinline ExecStatus

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected