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

Method init

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

Source from the content-addressed store, hash-verified

162 forceinline
163 SupportSet::SupportSet(void) {}
164 forceinline void
165 SupportSet::init(Region& r, unsigned int n) {
166 bs.init(r,n);
167 }
168 forceinline void
169 SupportSet::support(unsigned int i) {
170 bs.set(i);

Callers 2

resetMethod · 0.45
propagateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected