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

Method intersect

gecode/set/view/singleton.hpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 forceinline ModEvent
149 SingletonView::intersect(Space& home,int c) {
150 return me_inttoset(x.eq(home,c));
151 }
152
153 forceinline ModEvent
154 SingletonView::intersect(Space& home,int i, int j) {

Callers

nothing calls this directly

Calls 4

me_failedFunction · 0.85
eqMethod · 0.45
gqMethod · 0.45
lqMethod · 0.45

Tested by

no test coverage detected