Skip to content

CSP implementation of sudoku with forward checking and heuristics

Notifications You must be signed in to change notification settings

hannahyeates/CS686A1-SUDOKU

Repository files navigation

CS686A1-SUDOKU

The purpose of these programs are to run all instances of the Sudoku puzzles given in assignment 1. The code pulls the instances from the problems directory and calculates the average number of assignments required to solve the problem with the specified number of initial assignments

INSTRUCTIONS FOR RUNNING CODE:

  1. Get the problems directory from the assignment
  2. Ensure that the 'problems' directory, and all python code are in the same folder
  3. To only run one instance, comment out the code where specified in each of the files

About

CSP implementation of sudoku with forward checking and heuristics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages