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

Method NaryPropagator

gecode/kernel/propagator/pattern.hpp:475–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473
474 template<class View, PropCond pc>
475 NaryPropagator<View,pc>::NaryPropagator
476 (Home home, ViewArray<View>& y)
477 : Propagator(home), x(y) {
478 if (pc != PC_GEN_NONE)
479 x.subscribe(home,*this,pc);
480 }
481
482 template<class View, PropCond pc>
483 forceinline

Callers

nothing calls this directly

Calls 1

subscribeMethod · 0.45

Tested by

no test coverage detected