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

Method max

gecode/iter/ranges-scale.hpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177 template<class Val, class UnsVal, class I>
178 forceinline Val
179 ScaleUp<Val,UnsVal,I>::max(void) const {
180 return (a == 1) ? static_cast<Val>(i.max()) : cur;
181 }
182 template<class Val, class UnsVal, class I>
183 forceinline UnsVal
184 ScaleUp<Val,UnsVal,I>::width(void) const {

Callers 3

initMethod · 0.45
ScaleUpMethod · 0.45
operator ++Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected