Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ val
Method
val
gecode/int/var-imp/int.hpp:231–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
return dom.max();
230
}
231
forceinline int
232
IntVarImp::val(void) const {
233
assert(dom.min() == dom.max());
234
return dom.min();
235
}
236
237
forceinline bool
238
IntVarImp::range(void) const {
Callers
1
minus_v
Method · 0.45
Calls
2
min
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected