MCPcopy 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_cardFunction · 0.45
card_consistentFunction · 0.45
operator ()Method · 0.45
initMethod · 0.45
check_update_maxMethod · 0.45
VarValGraphMethod · 0.45
min_requireMethod · 0.45
syncMethod · 0.45
narrowMethod · 0.45
postSideConstraintsFunction · 0.45
isDistinctFunction · 0.45
prop_valFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected