Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ glbMax
Method
glbMax
gecode/set/view/singleton.hpp:129–131 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
x.val() : BndSet::MIN_OF_EMPTY; }
128
129
forceinline int
130
SingletonView::glbMax() const { return x.assigned() ?
131
x.val() : BndSet::MAX_OF_EMPTY; }
132
133
forceinline ModEvent
134
SingletonView::cardMin(Space&, unsigned int c) {
Callers
nothing calls this directly
Calls
3
assigned
Method · 0.45
val
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected