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

Method truealt

gecode/search/seq/path.hpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65 template<class Tracer>
66 forceinline unsigned int
67 Path<Tracer>::Edge::truealt(void) const {
68 return std::min(_alt,_choice->alternatives()-1);
69 }
70 template<class Tracer>
71 forceinline bool
72 Path<Tracer>::Edge::leftmost(void) const {

Callers 3

postMethod · 0.45
nextMethod · 0.45
nextMethod · 0.45

Calls 2

alternativesMethod · 0.80
minFunction · 0.50

Tested by

no test coverage detected