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

Method exclude

gecode/set/view/singleton.hpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 forceinline ModEvent
172 SingletonView::exclude(Space& home,int c) {
173 return me_inttoset(x.nq(home,c));
174 }
175
176 forceinline ModEvent
177 SingletonView::include(Space& home, int j, int k) {

Callers

nothing calls this directly

Calls 4

me_failedFunction · 0.85
nqMethod · 0.45
grMethod · 0.45
leMethod · 0.45

Tested by

no test coverage detected