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

Method width

gecode/iter/ranges-map.hpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247 template<class I, class M>
248 forceinline unsigned int
249 Map<I,M,true>::width(void) const {
250 return static_cast<unsigned int>(max()-min())+1;
251 }
252
253}}}
254

Callers 1

sizeFunction · 0.45

Calls 2

maxFunction · 0.50
minFunction · 0.50

Tested by

no test coverage detected