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

Method glbMin

gecode/set/view/singleton.hpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 SingletonView::lubMax() const { return x.max(); }
124
125 forceinline int
126 SingletonView::glbMin() const { return x.assigned() ?
127 x.val() : BndSet::MIN_OF_EMPTY; }
128
129 forceinline int
130 SingletonView::glbMax() const { return x.assigned() ?

Callers

nothing calls this directly

Calls 3

assignedMethod · 0.45
valMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected