Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ max2
Method
max2
gecode/minimodel/ipl.hpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
inline IntPropLevel
73
IntPropLevels::max2(void) const {
74
return _max2;
75
}
76
inline IntPropLevels&
77
IntPropLevels::max2(IntPropLevel ipl) {
78
_max2=ipl; return *this;
Callers
1
post
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected