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

Function Propagator

gecode/int/bool/ite.hpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50 template<class V0, class V1, class V2, PropCond pc>
51 forceinline
52 IteBase<V0,V1,V2,pc>::IteBase(Space& home, IteBase<V0,V1,V2,pc>& p)
53 : Propagator(home,p) {
54 b.update(home,p.b);
55 x0.update(home,p.x0);
56 x1.update(home,p.x1);
57 x2.update(home,p.x2);
58 }
59
60 template<class V0, class V1, class V2, PropCond pc>
61 PropCost

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected