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

Function testSetEventAnyB

gecode/set/rel/common.hpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 return subsumesME(me0, me1, me2, ME_SET_LUB);
89 }
90 forceinline bool
91 testSetEventAnyB(ModEvent me0, ModEvent me1, ModEvent me2) {
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);

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected