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

Method lubMax

gecode/set/view/singleton.hpp:122–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 SingletonView::lubMin() const { return x.min(); }
121
122 forceinline int
123 SingletonView::lubMax() const { return x.max(); }
124
125 forceinline int
126 SingletonView::glbMin() const { return x.assigned() ?

Callers

nothing calls this directly

Calls 1

maxMethod · 0.45

Tested by

no test coverage detected