示例#1
0
 public ClueSolver(Clue clue)
 {
     this.clue = clue;
     PossSections = new List<List<CellSolver>>();
     PossSections.Add(new List<CellSolver>());
 }
示例#2
0
 public ClueSolver(Clue clue)
 {
     this.clue    = clue;
     PossSections = new List <List <CellSolver> >();
     PossSections.Add(new List <CellSolver>());
 }