Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
next
Method · 0.45
float.cpp
File · 0.45
TestSpace
Method · 0.45
dropUntil
Method · 0.45
matchAssignment
Method · 0.45
rel
Method · 0.45
assign
Method · 0.45
bound
Method · 0.45
cut
Method · 0.45
prune
Method · 0.45
CpltAssignment
Method · 0.45
has_more
Method · 0.45
Calls
1
lower
Method · 0.45
Tested by
1
TestSpace
Method · 0.36