MCPcopy 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

nextMethod · 0.45
recomputeMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45

Calls 2

choiceMethod · 0.45
altMethod · 0.45

Tested by

no test coverage detected