python-constraint
Python module for handling Constraint Solving Problems
Python module for handling Constraint Solving Problems
To install this package, run one of the following:
The Python constraint module offers solvers for Constraint Solving Problems (CSPs) over finite domains in simple and pure Python. CSP is class of problems which may be represented in terms of variables (a, b, ...), domains (a in [1, 2, 3], ...), and constraints (a < b, ...).
Summary
Python module for handling Constraint Solving Problems
Last Updated
Nov 5, 2018 at 13:13
License
BSD-2-Clause
Total Downloads
804.3K
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/python-constraint/python-constraintDocumentation
http://labix.org/doc/constraint/