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

Function cancel

gecode/int/count/rel.hpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 forceinline void
81 cancel(Space& home, Propagator& p, IntSet& y) {
82 (void) home; (void) p;
83 y.~IntSet();
84 }
85 template<class VY>
86 forceinline void
87 cancel(Space& home, Propagator& p, VY y) {

Callers 11

disposeMethod · 0.85
objectMethod · 0.85
shared-object.hppFile · 0.85
~SharedHandleMethod · 0.85
notifyMethod · 0.85
cancelMethod · 0.85
cancelMethod · 0.85
cancelMethod · 0.85
disposeMethod · 0.85
disposeMethod · 0.85
disposeMethod · 0.85

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected