Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ threads
Method
threads
gecode/driver/options.hpp:320–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
inline void
321
Options::threads(double n) {
322
_threads.value(n);
323
}
324
inline double
325
Options::threads(void) const {
326
return _threads.value();
Callers
3
CommonOptions
Method · 0.45
runMeta
Method · 0.45
runMeta
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected