Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ next
Method
next
gecode/search/base.hpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
: e(e0) {}
44
template<class T>
45
forceinline T*
46
Base<T>::next(void) {
47
return dynamic_cast<T*>(e->next());
48
}
49
template<class T>
50
forceinline Statistics
51
Base<T>::statistics(void) const {
Callers
13
nogoods.hpp
File · 0.45
post
Method · 0.45
pbs
Function · 0.45
rbs
Function · 0.45
disposenext
Function · 0.45
reschedule
Method · 0.45
propagate
Method · 0.45
dispose
Method · 0.45
dfs
Function · 0.45
lds
Function · 0.45
bab
Function · 0.45
runMeta
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected