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

Method printStrategy

contribs/quacode/examples/rndQCSP.cpp:79–81  ·  view source on GitHub ↗

Return true if the strategy must be printed

Source from the content-addressed store, hash-verified

77 }
78 /// Return true if the strategy must be printed
79 bool printStrategy(void) const {
80 return _printStrategy.value();
81 }
82 /// Return file name
83 const char *file(void) const {
84 return _file.value();

Callers 1

RndQCSPMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected