示例#1
0
 public BoolMatrix(int rows, int cols, int maxNodes)
 {
     matrix = SudokuLib.CreateBoolMatrix(rows, cols, maxNodes);
 }