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

Method counter

gecode/int/gcc/view.hpp:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 return _card;
232 }
233 forceinline int
234 CardConst::counter(void) const {
235 return _counter;
236 }
237 forceinline bool
238 CardConst::assigned(void) const {
239 return _min==_max;

Callers 6

VarValGraphMethod · 0.80
min_requireMethod · 0.80
syncMethod · 0.80
narrowMethod · 0.80
prop_valFunction · 0.80
propagateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected