Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Method
max
gecode/float/view/float.hpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
return x->min();
62
}
63
forceinline FloatNum
64
FloatView::max(void) const {
65
return x->max();
66
}
67
forceinline FloatNum
68
FloatView::med(void) const {
69
return x->med();
Callers
4
print.hpp
File · 0.45
rtest_eq
Function · 0.45
rtest_lq
Function · 0.45
rtest_le
Function · 0.45
Calls
1
max
Function · 0.50
Tested by
3
rtest_eq
Function · 0.36
rtest_lq
Function · 0.36
rtest_le
Function · 0.36