Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ mod
Method
mod
gecode/minimodel/ipl.hpp:121–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
119
_div=ipl; return *this;
120
}
121
inline IntPropLevel
122
IntPropLevels::mod(void) const {
123
return _mod;
124
}
125
inline IntPropLevels&
126
IntPropLevels::mod(IntPropLevel ipl) {
127
_mod=ipl; return *this;
Callers
1
post
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected