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

Method init

gecode/kernel/propagator/subscribed.hpp:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77 template<class VIC>
78 forceinline void
79 SubscribedPropagators::init(VarImp<VIC>& x) {
80 c = x.actor(0);
81 ep = x.actorNonZero(x.pc_max+1); ea = x.b.base+x.entries;
82 }
83 template<class VIC>
84 forceinline
85 SubscribedPropagators::SubscribedPropagators(VarImp<VIC>& x) {

Callers

nothing calls this directly

Calls 3

actorMethod · 0.80
actorNonZeroMethod · 0.80
varimpMethod · 0.45

Tested by

no test coverage detected