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

Method printStrategy

contribs/quacode/examples/baker.cpp:84–86  ·  view source on GitHub ↗

Return true if the strategy must be printed

Source from the content-addressed store, hash-verified

82 }
83 /// Return true if the strategy must be printed
84 bool printStrategy(void) const {
85 return _printStrategy.value();
86 }
87 /// Print help message
88 virtual void help(void) {
89 Options::help();

Callers 1

QCSPBakerMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected