Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ lc
Method
lc
gecode/search/par/path.hpp:194–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
193
template<class Tracer>
194
forceinline int
195
Path<Tracer>::lc(void) const {
196
int l = ds.entries()-1;
197
while (ds[l].space() == nullptr)
198
l--;
199
return l;
200
}
201
202
template<class Tracer>
203
forceinline int
Callers
nothing calls this directly
Calls
2
entries
Method · 0.45
space
Method · 0.45
Tested by
no test coverage detected