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

Method ranges

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

Source from the content-addressed store, hash-verified

168 }
169
170 forceinline int
171 IntSet::ranges(void) const {
172 IntSetObject* o = static_cast<IntSetObject*>(object());
173 return (o == nullptr) ? 0 : o->n;
174 }
175
176 forceinline bool
177 IntSet::in(int n) const {

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected