Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ commit
Method
commit
gecode/search/seq/path.hpp:173–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
172
template<class Tracer>
173
forceinline void
174
Path<Tracer>::commit(Space* s, int i) const {
175
const Edge& n = ds[i];
176
s->commit(*n.choice(),n.alt());
177
}
178
179
template<class Tracer>
180
forceinline int
Callers
4
next
Method · 0.45
recompute
Method · 0.45
next
Method · 0.45
next
Method · 0.45
Calls
2
choice
Method · 0.45
alt
Method · 0.45
Tested by
no test coverage detected