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

Method truealt

gecode/search/par/path.hpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74 template<class Tracer>
75 forceinline unsigned int
76 Path<Tracer>::Edge::truealt(void) const {
77 return std::min(_alt,_choice->alternatives()-1);
78 }
79 template<class Tracer>
80 forceinline bool
81 Path<Tracer>::Edge::rightmost(void) const {

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls 2

alternativesMethod · 0.80
minFunction · 0.50

Tested by

no test coverage detected