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

Method min

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

Source from the content-addressed store, hash-verified

149 }
150
151 forceinline int
152 IntSet::min(int i) const {
153 assert(object() != nullptr);
154 return static_cast<IntSetObject*>(object())->r[i].min;
155 }
156
157 forceinline int
158 IntSet::max(int i) const {

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected