The constraint package is a constraint satisfaction problem (CSP) solver written in Python using constraint propagation algorithms. So far, classes are provided to work on finite set domains.
| Tags | Software Development Libraries Python Modules Scientific/Engineering Artificial Intelligence |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Changes: In this version, performance was increased, especially with the (optional but advised) use of Psyco, and various internal optimisations, new Distributors are available, and the verbosity can be adjusted to trace the resolution of a problem.


Changes: Everything pertaining to finite domain variables was moved to the fd module. Some classes were renamed for clarity. An optimized algorithm is now used for binary constraints.


Changes: News constraint classes have been added, the Repository class was refactored, and a Solver class was added.


No changes have been submitted for this release.