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

Function Propagator

gecode/float/bool/ite.hpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 template<class View>
49 forceinline
50 Ite<View>::Ite(Space& home, Ite<View>& p)
51 : Propagator(home,p) {
52 b.update(home,p.b);
53 x0.update(home,p.x0);
54 x1.update(home,p.x1);
55 x2.update(home,p.x2);
56 }
57
58 template<class View>
59 PropCost

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected