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

Method dispose

gecode/int/ldsb/sym-imp.hpp:94–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93 template <class View>
94 size_t
95 VariableSymmetryImp<View>
96 ::dispose(Space& home) {
97 indices.dispose(home);
98 return sizeof(*this);
99 }
100
101 template <class View>
102 void

Callers

nothing calls this directly

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected