In my GUI, I need a 3x3 array of radio-buttons, constrained so that only one can be selected in each row, and only one can be selected in each column.
I\'m trying to understand how this function works, I have studied several algorithms to generate sudoku puzzles and found out this one.