Beispiel #1
0
 /// Return true if we have to print initial board
 bool printBoard(void) const {
     return _printBoard.value();
 }
Beispiel #2
0
 bool qConstraint(void) const {
   return _qConstraint.value();
 }