Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ in
Method
in
gecode/float/var-imp/float.hpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
return dom.zero_in();
102
}
103
forceinline bool
104
FloatVarImp::in(FloatNum n) const {
105
return dom.in(n);
106
}
107
forceinline bool
108
FloatVarImp::in(const FloatVal& n) const {
109
return subset(n,dom);
Callers
1
eq
Method · 0.45
Calls
1
subset
Function · 0.50
Tested by
no test coverage detected