Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ div
Method
div
gecode/minimodel/ipl.hpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
_mult=ipl; return *this;
112
}
113
inline IntPropLevel
114
IntPropLevels::div(void) const {
115
return _div;
116
}
117
inline IntPropLevels&
118
IntPropLevels::div(IntPropLevel ipl) {
119
_div=ipl; return *this;
Callers
1
post
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected