Skip to content

Constraint Satisfaction Problem solver with CSP as Python module

License

Notifications You must be signed in to change notification settings

toklinke/python-csp-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python CSP Solver

Getting Started

Installing

There is no installable Python package yet. Just clone the repo or copy all the .py files into a single directory. Tested with Python 3.8.

Solve a Constraint Satisfaction Problem

Run

    ./csp_solver.py <MODULE>.py

Where <Module> should be replaced by the name of the module that contains the definition of the CSP to be solved.

About

Constraint Satisfaction Problem solver with CSP as Python module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages