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

Method dispose

gecode/int/linear/int-bin.hpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78 template<class Val, class A, class B, PropCond pc>
79 forceinline size_t
80 LinBin<Val,A,B,pc>::dispose(Space& home) {
81 x0.cancel(home,*this,pc);
82 x1.cancel(home,*this,pc);
83 (void) Propagator::dispose(home);
84 return sizeof(*this);
85 }
86
87
88 /*

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected