Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ rbs
Function
rbs
gecode/search/rbs.hpp:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
template<class T, template<class> class E>
110
inline T*
111
rbs(T* s, const Search::Options& o) {
112
RBS<T,E> r(s,o);
113
return r.next();
114
}
115
116
template<class T, template<class> class E>
117
SEB
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected