Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ linear
Method
linear
gecode/minimodel/ipl.hpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
_linear2=ipl; return *this;
53
}
54
inline IntPropLevel
55
IntPropLevels::linear(void) const {
56
return _linear;
57
}
58
inline IntPropLevels&
59
IntPropLevels::linear(IntPropLevel ipl) {
60
_linear=ipl; return *this;
Callers
1
post
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected