Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ nroot
Method
nroot
gecode/minimodel/ipl.hpp:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
_pow=ipl; return *this;
153
}
154
inline IntPropLevel
155
IntPropLevels::nroot(void) const {
156
return _nroot;
157
}
158
inline IntPropLevels&
159
IntPropLevels::nroot(IntPropLevel ipl) {
160
_nroot=ipl; return *this;
Callers
1
post
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected