MCPcopy 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

QCPMethod · 0.80
runMethod · 0.80
runMetaMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected