Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ regret_max
Method
regret_max
gecode/int/var/int.hpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
return x->regret_min();
86
}
87
forceinline unsigned int
88
IntVar::regret_max(void) const {
89
return x->regret_max();
90
}
91
92
forceinline bool
93
IntVar::range(void) const {
Callers
1
operator ()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected