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

Method lubAny

gecode/set/view/singleton.hpp:291–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289 SingletonView::lubMax(const Delta& d) const { return x.max(d); }
290
291 forceinline bool
292 SingletonView::lubAny(const Delta& d) const { return x.any(d); }
293
294 forceinline bool
295 operator ==(const SingletonView& x, const SingletonView& y) {

Callers

nothing calls this directly

Calls 1

anyMethod · 0.45

Tested by

no test coverage detected