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

Method printStrategy

contribs/quacode/examples/matrix-game.cpp:102–104  ·  view source on GitHub ↗

Return true if the strategy must be printed

Source from the content-addressed store, hash-verified

100 }
101 /// Return true if the strategy must be printed
102 bool printStrategy(void) const {
103 return _printStrategy.value();
104 }
105 /// Return true if we have to print initial board
106 bool printBoard(void) const {
107 return _printBoard.value();

Callers 1

QCSPMatrixGameMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected