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

Method printStrategy

contribs/quacode/examples/qbf.cpp:92–94  ·  view source on GitHub ↗

Return true if the strategy must be printed

Source from the content-addressed store, hash-verified

90 }
91 /// Return true if the strategy must be printed
92 bool printStrategy(void) const {
93 return _printStrategy.value();
94 }
95 bool qConstraint(void) const {
96 return _qConstraint.value();
97 }

Callers 1

QBFProblemMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected