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

Function testSetEventLB

gecode/set/rel/common.hpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 forceinline bool
83 testSetEventLB(ModEvent me0, ModEvent me1, ModEvent me2) {
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);

Callers 7

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