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

Method dispose

gecode/float/branch/merit.hpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 return false;
103 }
104 forceinline void
105 MeritAFCSize::dispose(Space&) {
106 // Not needed
107 afc.~AFC();
108 }
109
110 // Action over size merit
111 forceinline

Callers

nothing calls this directly

Calls 3

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

Tested by

no test coverage detected