Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Method
max
gecode/float/var-imp/float.hpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
return dom.min();
69
}
70
forceinline FloatNum
71
FloatVarImp::max(void) const {
72
return dom.max();
73
}
74
forceinline FloatVal
75
FloatVarImp::val(void) const {
76
return dom;
Callers
2
gq
Method · 0.45
lq
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected