Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ assets
Method
assets
gecode/driver/options.hpp:383–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
inline void
384
Options::assets(unsigned int n) {
385
_assets.value(n);
386
}
387
inline unsigned int
388
Options::assets(void) const {
389
return _assets.value();
Callers
3
QCP
Method · 0.80
run
Method · 0.80
runMeta
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected