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

Method dispose

gecode/int/branch/merit.hpp:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120 template<class View>
121 forceinline void
122 MeritAFCSize<View>::dispose(Space&) {
123 // Not needed
124 afc.~AFC();
125 }
126
127 // Action over size merit
128 template<class View>

Callers

nothing calls this directly

Calls 3

~AFCMethod · 0.80
~ActionMethod · 0.80
~CHBMethod · 0.80

Tested by

no test coverage detected