Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ mult
Method
mult
gecode/minimodel/ipl.hpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
inline IntPropLevel
106
IntPropLevels::mult(void) const {
107
return _mult;
108
}
109
inline IntPropLevels&
110
IntPropLevels::mult(IntPropLevel ipl) {
111
_mult=ipl; return *this;
Callers
1
post
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected