Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ samples
Method
samples
gecode/driver/options.hpp:489–492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
487
}
488
489
inline void
490
Options::samples(unsigned int s) {
491
_samples.value(s);
492
}
493
inline unsigned int
494
Options::samples(void) const {
495
return _samples.value();
Callers
1
runMeta
Method · 0.80
Calls
1
value
Method · 0.45
Tested by
no test coverage detected