nmaguirre / eiffel-sudoku

An Eiffel Development of Sudoku, using Design by Contract
GNU General Public License v3.0
1 stars 4 forks source link

We need add some methods for set a cell settable feature, #247

Closed cesarcorne closed 11 years ago

cesarcorne commented 11 years ago

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???

cesarcorne commented 11 years ago

@pmarconi @dastorga

cesarcorne commented 11 years ago

@malvarez22

pmarconi commented 11 years ago

yes, we are agree, do it if you want

cesarcorne commented 11 years ago

made in a8d19bd version