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

Method d_l

gecode/driver/options.hpp:347–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 }
346
347 inline void
348 Options::d_l(unsigned int d) {
349 _d_l.value(d);
350 }
351 inline unsigned int
352 Options::d_l(void) const {
353 return _d_l.value();

Callers 1

runMetaMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected