Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ a_d
Method
a_d
gecode/driver/options.hpp:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
inline void
339
Options::a_d(unsigned int d) {
340
_a_d.value(d);
341
}
342
inline unsigned int
343
Options::a_d(void) const {
344
return _a_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