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

Method width

gecode/int/var-imp/int.hpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 return _max;
104 }
105 forceinline unsigned int
106 IntVarImp::RangeList::width(void) const {
107 return static_cast<unsigned int>(_max - _min) + 1;
108 }
109
110
111 forceinline void

Callers 5

int.hppFile · 0.45
sizeMethod · 0.45
narrow_rMethod · 0.45
minus_rMethod · 0.45
medMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected