Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max
Method
max
gecode/minimodel/ipl.hpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
_max2=ipl; return *this;
79
}
80
inline IntPropLevel
81
IntPropLevels::max(void) const {
82
return _max;
83
}
84
inline IntPropLevels&
85
IntPropLevels::max(IntPropLevel ipl) {
86
_max=ipl; return *this;
Callers
4
post
Function · 0.45
constrain
Method · 0.45
post
Function · 0.45
channel
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected