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

Method min

gecode/float/val.hpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 }
68
69 forceinline FloatNum
70 FloatVal::min(void) const {
71 return x.lower();
72 }
73 forceinline FloatNum
74 FloatVal::max(void) const {
75 return x.upper();

Callers 15

nextMethod · 0.45
float.cppFile · 0.45
TestSpaceMethod · 0.45
dropUntilMethod · 0.45
matchAssignmentMethod · 0.45
relMethod · 0.45
assignMethod · 0.45
boundMethod · 0.45
cutMethod · 0.45
pruneMethod · 0.45
CpltAssignmentMethod · 0.45
has_moreMethod · 0.45

Calls 1

lowerMethod · 0.45

Tested by 1

TestSpaceMethod · 0.36