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

Function testSetEventUB

gecode/set/rel/common.hpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return subsumesME(me0, me1, me2, ME_SET_GLB);
85 }
86 forceinline bool
87 testSetEventUB(ModEvent me0, ModEvent me1, ModEvent me2) {
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 );

Callers 8

propagateMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85
propagateMethod · 0.85
adviseMethod · 0.85
propagateMethod · 0.85

Calls 1

subsumesMEFunction · 0.85

Tested by

no test coverage detected