MCPcopy Create free account
hub / github.com/Gecode/gecode / min

Method min

gecode/int/gcc/view.hpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 forceinline int
222 CardConst::min(void) const {
223 return _min;
224 }
225 forceinline int
226 CardConst::max(void) const {
227 return _max;

Callers 15

prop_cardFunction · 0.45
card_consistentFunction · 0.45
operator ()Method · 0.45
initMethod · 0.45
check_update_minMethod · 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