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

Function Propagator

gecode/int/bool/base.hpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48 template<class BVA, class BVB>
49 forceinline
50 BoolBinary<BVA,BVB>::BoolBinary(Space& home, BoolBinary<BVA,BVB>& p)
51 : Propagator(home,p) {
52 x0.update(home,p.x0);
53 x1.update(home,p.x1);
54 }
55
56 template<class BVA, class BVB>
57 forceinline

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected