Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ min2
Method
min2
gecode/minimodel/ipl.hpp:88–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
_max=ipl; return *this;
87
}
88
inline IntPropLevel
89
IntPropLevels::min2(void) const {
90
return _min2;
91
}
92
inline IntPropLevels&
93
IntPropLevels::min2(IntPropLevel ipl) {
94
_min2=ipl; return *this;
Callers
1
post
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected