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