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

Method support

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

Source from the content-addressed store, hash-verified

166 bs.init(r,n);
167 }
168 forceinline void
169 SupportSet::support(unsigned int i) {
170 bs.set(i);
171 }
172 forceinline bool
173 SupportSet::supported(unsigned int i) const {
174 return bs.get(i);

Callers 2

propagateMethod · 0.45
ExecStatus prop_mult_domFunction · 0.45

Calls 1

setMethod · 0.45

Tested by

no test coverage detected