Skip to content

General Class + backtracking for solving any kind of CSPs

License

Notifications You must be signed in to change notification settings

danilonumeroso/csp-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files

csp.ts

Containing a class to describe and instantiate the CSP, a function called AC3 to make it arc-consistent and a backtracking function for the resolution.

main.ts

The main contains two examples, Map Coloring and the Zebra Puzzle.

License

All source code from this project is released under the MIT license.

About

General Class + backtracking for solving any kind of CSPs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published