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

Method subscribe

gecode/int/task/man-to-opt.hpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80 template<class ManTask>
81 forceinline void
82 ManToOptTask<ManTask>::subscribe(Space& home, Propagator& p, PropCond pc) {
83 ManTask::subscribe(home, p, pc);
84 _m.subscribe(home, p, PC_BOOL_VAL);
85 }
86 template<class ManTask>
87 forceinline void
88 ManToOptTask<ManTask>::cancel(Space& home, Propagator& p, PropCond pc) {

Callers

nothing calls this directly

Calls 1

subscribeFunction · 0.85

Tested by

no test coverage detected