MCPcopy Create free account
hub / github.com/Gecode/gecode / c_d

Method c_d

gecode/driver/options.hpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327 }
328
329 inline void
330 Options::c_d(unsigned int d) {
331 _c_d.value(d);
332 }
333 inline unsigned int
334 Options::c_d(void) const {
335 return _c_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