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

Method assigned

gecode/int/gcc/view.hpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 return _counter;
236 }
237 forceinline bool
238 CardConst::assigned(void) const {
239 return _min==_max;
240 }
241
242
243 forceinline void

Callers 15

distinctFunction · 0.45
nooverlapFunction · 0.45
unshareFunction · 0.45
nvaluesFunction · 0.45
unaryFunction · 0.45
cumulativeFunction · 0.45
propagateMethod · 0.45
addMethod · 0.45
postMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
postMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected