Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ dispose
Method
dispose
gecode/kernel/propagator/advisor.hpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
template<class View>
88
template<class A>
89
forceinline void
90
ViewAdvisor<View>::dispose(Space& home, Council<A>& c) {
91
x.cancel(home,*this);
92
Advisor::dispose(home,c);
93
}
94
95
}
96
Callers
nothing calls this directly
Calls
1
cancel
Method · 0.45
Tested by
no test coverage detected