Remove confusing comments.
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user