MCPcopy 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

CommonOptionsMethod · 0.45
mainFunction · 0.45
exploreMethod · 0.45
exploreMethod · 0.45
runMetaMethod · 0.45
runMetaMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected