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

Method dispose

gecode/search/seq/path.hpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103 template<class Tracer>
104 forceinline void
105 Path<Tracer>::Edge::dispose(void) {
106 delete _space;
107 delete _choice;
108 }
109
110
111

Callers 4

pushMethod · 0.45
nextMethod · 0.45
unwindMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected