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

Method include

gecode/set/view/singleton.hpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 forceinline ModEvent
144 SingletonView::include(Space& home,int c) {
145 return me_inttoset(x.eq(home,c));
146 }
147
148 forceinline ModEvent
149 SingletonView::intersect(Space& home,int c) {

Callers

nothing calls this directly

Calls 1

eqMethod · 0.45

Tested by

no test coverage detected