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

Method finalize

examples/queens.cpp:178–181  ·  view source on GitHub ↗

Finalize inspector

Source from the content-addressed store, hash-verified

176 virtual std::string name(void) { return "Board"; }
177 /// Finalize inspector
178 virtual void finalize(void) {
179 delete mw;
180 mw = nullptr;
181 }
182};
183
184#endif /* GECODE_HAS_GIST */

Callers 6

GolfMethod · 0.45
same_or_0_tuple_setFunction · 0.45
init_bishopsFunction · 0.45
CrosswordMethod · 0.45
generateFunction · 0.45
BlackHoleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected