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

Method subscribe

gecode/kernel/var-imp.hpp:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240 : Gecode::VarImp<Gecode::Int::IntVarImpConf>(home,x) {}
241
242 forceinline void
243 IntVarImpBase::subscribe(Gecode::Space& home, Gecode::Propagator& p, Gecode::PropCond pc, bool assigned, bool schedule) {
244 Gecode::VarImp<Gecode::Int::IntVarImpConf>::subscribe(home,p,pc,assigned,ME_INT_BND,schedule);
245 }
246 forceinline void
247 IntVarImpBase::subscribe(Gecode::Space& home, Gecode::Advisor& a, bool assigned, bool failed) {
248 Gecode::VarImp<Gecode::Int::IntVarImpConf>::subscribe(home,a,assigned,failed);

Callers

nothing calls this directly

Calls 1

subscribeFunction · 0.85

Tested by

no test coverage detected