MCPcopy Create free account
hub / github.com/Gecode/gecode / ~SupportValues

Method ~SupportValues

gecode/int/support-values.hpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63 template<class View, class A>
64 forceinline
65 SupportValues<View,A>::~SupportValues(void) {
66 bs.dispose(a);
67 a.free(rp_fst,static_cast<unsigned long int>(rp_lst-rp_fst+1));
68 }
69
70 template<class View, class A>
71 forceinline void

Callers

nothing calls this directly

Calls 2

disposeMethod · 0.45
freeMethod · 0.45

Tested by

no test coverage detected