Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ c_d
Method
c_d
gecode/driver/options.hpp:329–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
inline void
330
Options::c_d(unsigned int d) {
331
_c_d.value(d);
332
}
333
inline unsigned int
334
Options::c_d(void) const {
335
return _c_d.value();
Callers
6
CommonOptions
Method · 0.45
main
Function · 0.45
explore
Method · 0.45
explore
Method · 0.45
runMeta
Method · 0.45
runMeta
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected