We need to modify make in SUDOKU_AI and add some features: one_cell_not_settable(row,col: INTEGER)
cell_not_settable
in SINGLE_PLAYER_STATE:
hint_not_settable(row,col: INTEGER)
in SUDOKU_BOARD:
define_not_settable(row,col:INTEGER)
I did this and you can see it in branch cesar
Are you agree if i do a push???
We need to modify make in SUDOKU_AI and add some features: one_cell_not_settable(row,col: INTEGER) cell_not_settable in SINGLE_PLAYER_STATE: hint_not_settable(row,col: INTEGER) in SUDOKU_BOARD: define_not_settable(row,col:INTEGER)
I did this and you can see it in branch cesar Are you agree if i do a push???