Two rule bases are used in this implementation. The first, defined at SUDOKU_SOLVER_DRL provides a set of rules that attempt to solve a partially completed Sudoku grid. The second, defined at SUDOKU_VALIDATOR_DRL provides a set of rules which can validate whether the current state of the model represents a valid solution.
@author Pete Bennett @version $Revision: 1.1 $
|
|
|
|