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

Method supported

gecode/int/linear/int-dom.hpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 bs.set(i);
171 }
172 forceinline bool
173 SupportSet::supported(unsigned int i) const {
174 return bs.get(i);
175 }
176
177 forceinline
178 SupportSet::ResultIter::ResultIter(const SupportSet& s0, const IntView& x)

Callers 2

int-dom.hppFile · 0.80
operator ++Method · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected