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

Method excludeI

gecode/set/view/set.hpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 return x->exclude(home,from,to);
158 }
159 template<class I> ModEvent
160 SetView::excludeI(Space& home, I& iter) {
161 return x->excludeI(home, iter);
162 }
163 template<class I> ModEvent
164 SetView::intersectI(Space& home, I& iter) {
165 return x->intersectI(home, iter);

Callers 8

domFunction · 0.45
relFunction · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45
propagateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected