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

Function Propagator

gecode/int/element/view.hpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120 template<class VA, class VB, class VC, PropCond pc_ac>
121 forceinline
122 View<VA,VB,VC,pc_ac>::View(Space& home, View& p)
123 : Propagator(home,p) {
124 x0.update(home,p.x0);
125 x1.update(home,p.x1);
126 iv.update(home,p.iv);
127 }
128
129 template<class VA, class VB, class VC, PropCond pc_ac>
130 PropCost

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected