Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Method
max
gecode/int/gcc/view.hpp:225–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
return _min;
224
}
225
forceinline int
226
CardConst::max(void) const {
227
return _max;
228
}
229
forceinline int
230
CardConst::card(void) const {
231
return _card;
Callers
15
prop_card
Function · 0.45
card_consistent
Function · 0.45
operator ()
Method · 0.45
init
Method · 0.45
check_update_max
Method · 0.45
VarValGraph
Method · 0.45
min_require
Method · 0.45
sync
Method · 0.45
narrow
Method · 0.45
postSideConstraints
Function · 0.45
isDistinct
Function · 0.45
prop_val
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected