Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ bab
Function
bab
gecode/search/bab.hpp:76–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
template<class T>
76
inline T*
77
bab(T* s, const Search::Options& o) {
78
BAB<T> b(s,o);
79
T* l = nullptr;
80
while (T* n = b.next()) {
81
delete l; l = n;
82
}
83
return l;
84
}
85
86
template<class T>
87
SEB
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected