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

Method NaryOnePropagator

gecode/kernel/propagator/pattern.hpp:526–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524
525 template<class View, PropCond pc>
526 NaryOnePropagator<View,pc>::NaryOnePropagator
527 (Home home, ViewArray<View>& x0, View y0)
528 : Propagator(home), x(x0), y(y0) {
529 if (pc != PC_GEN_NONE) {
530 x.subscribe(home,*this,pc);
531 y.subscribe(home,*this,pc);
532 }
533 }
534
535 template<class View, PropCond pc>
536 forceinline

Callers

nothing calls this directly

Calls 1

subscribeMethod · 0.45

Tested by

no test coverage detected