MCPcopy Create free account
hub / github.com/Gecode/gecode / lc

Method lc

gecode/search/seq/path.hpp:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179 template<class Tracer>
180 forceinline int
181 Path<Tracer>::lc(void) const {
182 int l = ds.entries()-1;
183 while (ds[l].space() == nullptr)
184 l--;
185 return l;
186 }
187
188 template<class Tracer>
189 forceinline int

Callers

nothing calls this directly

Calls 2

entriesMethod · 0.45
spaceMethod · 0.45

Tested by

no test coverage detected