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

Method glbAny

gecode/set/view/set.hpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 return SetVarImp::glbMax(d);
186 }
187 forceinline bool
188 SetView::glbAny(const Delta& d) const {
189 return SetVarImp::glbAny(d);
190 }
191
192 forceinline int
193 SetView::lubMin(const Delta& d) const {

Callers 2

propagateMethod · 0.45
adviseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected