Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ disposed
Method
disposed
gecode/kernel/core.hpp:3890–3893 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3888
Advisor::Advisor(Space&, Advisor&) {}
3889
3890
forceinline bool
3891
Advisor::disposed(void) const {
3892
return prev() == nullptr;
3893
}
3894
3895
forceinline Advisor*
3896
Advisor::cast(ActorLink* al) {
Callers
7
dispose
Method · 0.80
empty
Method · 0.80
update
Method · 0.80
core.hpp
File · 0.80
operator ++
Method · 0.80
advise
Method · 0.80
_fail
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected