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

Method min

gecode/set/view/const.hpp:70–70  ·  view source on GitHub ↗

\name Range access @{ Return smallest value of range

Source from the content-addressed store, hash-verified

68 //@{
69 /// Return smallest value of range
70 int min(void) const { return _ranges[_pos*2]; }
71 /// Return largest value of range
72 int max(void) const { return _ranges[_pos*2+1]; }
73 /// Return width of range (distance between minimum and maximum)

Callers 3

ConstSetViewMethod · 0.45
intersectIMethod · 0.45
minMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected