Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ min
Method
min
gecode/int/var-imp/bool.hpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
return bits() & 3;
60
}
61
forceinline int
62
BoolVarImp::min(void) const {
63
return static_cast<int>(bits() & 1);
64
}
65
forceinline int
66
BoolVarImp::max(void) const {
67
return static_cast<int>((bits() & 2) >> 1);
Callers
6
max
Method · 0.45
zero
Method · 0.45
one
Method · 0.45
narrow_r
Method · 0.45
inter_r
Method · 0.45
minus_r
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected