Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Method
max
gecode/float/val.hpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
return x.lower();
72
}
73
forceinline FloatNum
74
FloatVal::max(void) const {
75
return x.upper();
76
}
77
forceinline FloatNum
78
FloatVal::size(void) const {
79
return gecode_boost::numeric::width(x);
Callers
13
printIntVar
Function · 0.45
printFloatVar
Function · 0.45
printElem
Method · 0.45
p_int_in
Function · 0.45
p_int_in_reif
Function · 0.45
p_int_in_imp
Function · 0.45
p_cumulatives
Function · 0.45
p_nooverlap
Function · 0.45
p_set_in
Function · 0.45
compare
Method · 0.45
dom
Function · 0.45
operator -
Function · 0.45
Calls
1
upper
Method · 0.45
Tested by
no test coverage detected