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

Method width

gecode/kernel/range-list.hpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 return _max;
170 }
171 forceinline unsigned int
172 RangeList::width(void) const {
173 return static_cast<unsigned int>(_max - _min + 1);
174 }
175
176
177 forceinline void

Callers 5

shared-array.hppFile · 0.45
array.hppFile · 0.45
chb.hppFile · 0.45
action.hppFile · 0.45
print.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected