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

Method printBoard

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

Return true if we have to print initial board

Source from the content-addressed store, hash-verified

104 }
105 /// Return true if we have to print initial board
106 bool printBoard(void) const {
107 return _printBoard.value();
108 }
109};
110
111class QCSPMatrixGame : public Script, public QSpaceInfo {

Callers 1

QCSPMatrixGameMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected