MCPcopy 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.hppFile · 0.45
postMethod · 0.45
pbsFunction · 0.45
rbsFunction · 0.45
disposenextFunction · 0.45
rescheduleMethod · 0.45
propagateMethod · 0.45
disposeMethod · 0.45
dfsFunction · 0.45
ldsFunction · 0.45
babFunction · 0.45
runMetaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected