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

Method excludeI

gecode/set/view/singleton.hpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 template<class I> ModEvent
200 SingletonView::excludeI(Space& home, I& iter) {
201 return me_inttoset(x.minus_r(home,iter));
202 }
203
204 template<class I> ModEvent
205 SingletonView::includeI(Space& home, I& iter) {

Callers

nothing calls this directly

Calls 1

minus_rMethod · 0.45

Tested by

no test coverage detected