Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ min
Method
min
gecode/minimodel/ipl.hpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
_min2=ipl; return *this;
95
}
96
inline IntPropLevel
97
IntPropLevels::min(void) const {
98
return _min;
99
}
100
inline IntPropLevels&
101
IntPropLevels::min(IntPropLevel ipl) {
102
_min=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