diff --git a/solver/processing.go b/solver/processing.go index 51ba21a..0850297 100644 --- a/solver/processing.go +++ b/solver/processing.go @@ -43,12 +43,6 @@ func (solver *Solver) find_blocks(row *string, rows *[]int) { } func (solver *Solver) check_combinations() { - // for rows1_index := range solver.row1s { - // solver.wg.Add(1) - // go solver.routine_row1(rows1_index) - // } - // solver.wg.Wait() - for rows1_index := range solver.row1s { for rows2_index := range solver.row2s { for rows3_index := range solver.row3s {