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

Method ES_NOFIX_DISPOSE_FORCE

gecode/kernel/core.hpp:3942–3946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3940
3941 template<class A>
3942 forceinline ExecStatus
3943 Space::ES_NOFIX_DISPOSE_FORCE(Council<A>& c, A& a) {
3944 a.dispose(*this,c);
3945 return ES_NOFIX_FORCE;
3946 }
3947
3948
3949

Callers

nothing calls this directly

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected