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

Method nogoods_limit

gecode/driver/options.hpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 }
445
446 inline void
447 Options::nogoods_limit(unsigned int l) {
448 _nogoods_limit.value(l);
449 }
450 inline unsigned int
451 Options::nogoods_limit(void) const {
452 return _nogoods_limit.value();

Callers 3

CommonOptionsMethod · 0.45
runMetaMethod · 0.45
runMetaMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected