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

Method work

gecode/search/par/path.hpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89 template<class Tracer>
90 forceinline bool
91 Path<Tracer>::Edge::work(void) const {
92 return _alt < _alt_max;
93 }
94 template<class Tracer>
95 forceinline void
96 Path<Tracer>::Edge::next(void) {

Callers 4

pushMethod · 0.80
nextMethod · 0.80
unwindMethod · 0.80
stealMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected