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

Method init

gecode/set/var-imp/integerset.hpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 : Iter::Ranges::RangeList(s.ranges()) {}
245
246 forceinline void
247 BndSetRanges::init(const BndSet& s) {
248 Iter::Ranges::RangeList::init(s.ranges());
249 }
250
251 /*
252 * GLBndSet

Callers

nothing calls this directly

Calls 1

rangesMethod · 0.45

Tested by

no test coverage detected