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

Method glbAny

gecode/set/view/singleton.hpp:282–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 SingletonView::glbMax(const Delta& d) const { return x.max(d); }
281
282 forceinline bool
283 SingletonView::glbAny(const Delta& d) const { return x.any(d); }
284
285 forceinline int
286 SingletonView::lubMin(const Delta& d) const { return x.min(d); }

Callers

nothing calls this directly

Calls 1

anyMethod · 0.45

Tested by

no test coverage detected