Skip to content

A Python implementation of Backtracking CSP search to solve Futoshiki problems. Reads from a file, sample file input is included.

Notifications You must be signed in to change notification settings

jdahhan/Futoshiki-Backtracking-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Futoshiki Backtracking Search

The code is in a single python file. The only configuration necessary should be to set your interpreter to run the one file. To run the program, simply the substitute values for INFILE and OUTFILE with your desired input and output filepaths and run the file. The input file reads 3 different versions of the starting board, one with the initial values, one with the horizontal constraints, and one with the vertical constraints. Global constant variables are used for easy modification.

About

A Python implementation of Backtracking CSP search to solve Futoshiki problems. Reads from a file, sample file input is included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages