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

Method max

gecode/int/int-set-1.hpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 }
156
157 forceinline int
158 IntSet::max(int i) const {
159 assert(object() != nullptr);
160 return static_cast<IntSetObject*>(object())->r[i].max;
161 }
162
163 forceinline unsigned int
164 IntSet::width(int i) const {

Callers 2

initMethod · 0.45
int-set-1.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected