MCPcopy 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

runMethod · 0.45
stealMethod · 0.45
recomputeMethod · 0.45
runMethod · 0.45

Calls 2

choiceMethod · 0.45
altMethod · 0.45

Tested by

no test coverage detected