Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ commit
Method
commit
gecode/search/par/path.hpp:187–191 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
186
template<class Tracer>
187
forceinline void
188
Path<Tracer>::commit(Space* s, int i) const {
189
const Edge& n = ds[i];
190
s->commit(*n.choice(),n.alt());
191
}
192
193
template<class Tracer>
194
forceinline int
Callers
4
run
Method · 0.45
steal
Method · 0.45
recompute
Method · 0.45
run
Method · 0.45
Calls
2
choice
Method · 0.45
alt
Method · 0.45
Tested by
no test coverage detected