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

Method ES_FIX_DISPOSE

gecode/kernel/core.hpp:3928–3932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3926
3927 template<class A>
3928 forceinline ExecStatus
3929 Space::ES_FIX_DISPOSE(Council<A>& c, A& a) {
3930 a.dispose(*this,c);
3931 return ES_FIX;
3932 }
3933
3934 template<class A>
3935 forceinline ExecStatus

Callers 3

adviseMethod · 0.80
adviseMethod · 0.80
adviseMethod · 0.80

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected