Description |
|Build Status| |Code Health| |Code Coverage|python-constraint Introduction The
Python constraint module offers solvers for Constraint Satisfaction 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, ...).ExamplesThis interactive
Python session...
|