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

Method intersectI

gecode/set/view/const.hpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 template<class I> ModEvent
211 ConstSetView::intersectI(Space&,I& i) {
212 ArrayRanges ar(ranges, size);
213 return Iter::Ranges::subset(ar, i) ? ME_SET_NONE : ME_SET_FAILED;
214 }
215
216 forceinline void
217 ConstSetView::update(Space& home, ConstSetView& p) {

Callers

nothing calls this directly

Calls 4

subsetFunction · 0.50
iFunction · 0.50
minMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected