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

Function Propagator

gecode/kernel/propagator/pattern.hpp:309–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307
308 template<class View, PropCond pc>
309 forceinline
310 UnaryPropagator<View,pc>::UnaryPropagator
311 (Space& home, UnaryPropagator<View,pc>& p)
312 : Propagator(home,p) {
313 x0.update(home,p.x0);
314 }
315
316 template<class View, PropCond pc>
317 forceinline

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected