Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ check
Method
check
gecode/float/limits.hpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
inline void
44
Limits::check(const FloatVal& n, const char* l) {
45
if (!valid(n))
46
throw OutOfLimits(l);
47
}
48
49
}}
50
Callers
nothing calls this directly
Calls
1
valid
Function · 0.85
Tested by
no test coverage detected