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

Function testSetEventCard

gecode/set/rel/common.hpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 return ( me0!=ME_SET_CARD || me1!=ME_SET_CARD || me2!=ME_SET_CARD );
93 }
94 forceinline bool
95 testSetEventCard(ModEvent me0, ModEvent me1, ModEvent me2) {
96 return subsumesME(me0, me1, me2, ME_SET_CARD);
97 }
98 forceinline bool
99 testSetEventLB(ModEvent me0, ModEvent me1) {
100 return subsumesME(me0, me1, ME_SET_GLB);

Callers 6

propagateMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85

Calls 1

subsumesMEFunction · 0.85

Tested by

no test coverage detected