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

Method card

gecode/int/gcc/view.hpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 return _max;
228 }
229 forceinline int
230 CardConst::card(void) const {
231 return _card;
232 }
233 forceinline int
234 CardConst::counter(void) const {
235 return _counter;

Callers 10

operator ()Method · 0.45
initMethod · 0.45
check_update_maxMethod · 0.45
check_update_minMethod · 0.45
VarValGraphMethod · 0.45
operator ()Method · 0.45
postSideConstraintsFunction · 0.45
prop_valFunction · 0.45
lookupValueFunction · 0.45
pruneCardsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected