Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ pbs
Function
pbs
gecode/search/pbs.hpp:312–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
311
template<class T, template<class> class E>
312
inline T*
313
pbs(T* s, const Search::Options& o) {
314
PBS<T,E> r(s,o);
315
return r.next();
316
}
317
318
template<class T, template<class> class E>
319
inline SEB
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected