Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ lds
Function
lds
gecode/search/lds.hpp:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
72
template<class T>
73
T*
74
lds(T* s, const Search::Options& o) {
75
LDS<T> lds(s,o);
76
return lds.next();
77
}
78
79
template<class T>
80
SEB
Callers
nothing calls this directly
Calls
1
next
Method · 0.45
Tested by
no test coverage detected