This project solves a Futoshiki Board given an input files using the least number of moves. Backtracking, forward checking, the mrv heuristic, and the degree heuristic was used.
ai artificial-intelligence backtracking mrv-heuristic degree-heuristic forward-checking backtracking-algorithm futoshiki most-constrained-variable
-
Updated
Jun 4, 2020 - Python