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

Method nogoods

gecode/driver/options.hpp:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435 }
436
437 inline void
438 Options::nogoods(bool b) {
439 _nogoods.value(b);
440 }
441 inline bool
442 Options::nogoods(void) const {
443 return _nogoods.value();

Callers 11

runMethod · 0.45
CommonOptionsMethod · 0.45
mainFunction · 0.45
masterMethod · 0.45
support.hhFile · 0.45
nextMethod · 0.45
dfs.hppFile · 0.45
bab.hppFile · 0.45
runMetaMethod · 0.45
runMetaMethod · 0.45
masterMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected