Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ x
Function
x
gecode/float/val.hpp:46–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
forceinline
45
FloatVal::FloatVal(void) {}
46
forceinline
47
FloatVal::FloatVal(const FloatNum& n) : x(n) {}
48
forceinline
49
FloatVal::FloatVal(const FloatNum& l, const FloatNum& u) : x(l,u) {}
50
forceinline
Callers
3
equal
Function · 0.50
neighbors
Method · 0.50
attacked
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected