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

Method rightmost

gecode/search/seq/path.hpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 }
75 template<class Tracer>
76 forceinline bool
77 Path<Tracer>::Edge::rightmost(void) const {
78 return _alt+1 >= _choice->alternatives();
79 }
80 template<class Tracer>
81 forceinline bool
82 Path<Tracer>::Edge::lao(void) const {

Callers 3

postMethod · 0.45
nextMethod · 0.45
recomputeMethod · 0.45

Calls 1

alternativesMethod · 0.80

Tested by

no test coverage detected