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

Method dispose

gecode/int/bool/base.hpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78 template<class BVA, class BVB>
79 forceinline size_t
80 BoolBinary<BVA,BVB>::dispose(Space& home) {
81 x0.cancel(home,*this,PC_BOOL_VAL);
82 x1.cancel(home,*this,PC_BOOL_VAL);
83 (void) Propagator::dispose(home);
84 return sizeof(*this);
85 }
86
87 /*
88 * Ternary Boolean propagators

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected