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

Method subscribe

gecode/set/view/cached.hpp:176–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175 template<class View>
176 forceinline void
177 CachedView<View>::subscribe(Space& home, Propagator& p, PropCond pc,
178 bool schedule) {
179 x.subscribe(home,p,pc,schedule);
180 }
181
182 template<class View>
183 forceinline void

Callers 13

inter.hppFile · 0.45
union.hppFile · 0.45
disjoint.hppFile · 0.45
unionConst.hppFile · 0.45
int.hppFile · 0.45
bool.hppFile · 0.45
sorted.hppFile · 0.45
set.hppFile · 0.45
single.hppFile · 0.45
weights.hppFile · 0.45
re-eq.hppFile · 0.45
re-lq.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected