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

Method dispose

gecode/int/linear/int-ter.hpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 template<class Val, class A, class B, class C, PropCond pc>
83 forceinline size_t
84 LinTer<Val,A,B,C,pc>::dispose(Space& home) {
85 x0.cancel(home,*this,pc);
86 x1.cancel(home,*this,pc);
87 x2.cancel(home,*this,pc);
88 (void) Propagator::dispose(home);
89 return sizeof(*this);
90 }
91
92 /*
93 * Equality propagator

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected