Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ES_NOFIX_DISPOSE
Method
ES_NOFIX_DISPOSE
gecode/kernel/core.hpp:3935–3939 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3933
3934
template<class A>
3935
forceinline ExecStatus
3936
Space::ES_NOFIX_DISPOSE(Council<A>& c, A& a) {
3937
a.dispose(*this,c);
3938
return ES_NOFIX;
3939
}
3940
3941
template<class A>
3942
forceinline ExecStatus
Callers
4
advise
Method · 0.80
advise
Method · 0.80
advise
Method · 0.80
advise
Method · 0.80
Calls
1
dispose
Method · 0.45
Tested by
no test coverage detected