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

Method dispose

gecode/set/branch/merit.hpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 return false;
109 }
110 forceinline void
111 MeritAFCSize::dispose(Space&) {
112 // Not really needed
113 afc.~AFC();
114 }
115
116 // Action over size merit
117 forceinline

Callers

nothing calls this directly

Calls 3

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

Tested by

no test coverage detected