Overview
**python-constraint** [1]_ is a Python module offering 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]`, ...),
Hello Alexandre,
> People interested in CSP and python may also want to check Logilab's
> constraint module which has been available from some time at:
>
> http://www.logilab.org/projects/constraint/
Indeed! And please send us some notes comparing both. :-)
The AIMA book inspired me to write th
On Thu, Jul 07, 2005 at 03:40:10AM -0300, Gustavo Niemeyer wrote:
>
> Overview
>
>
> **python-constraint** [1]_ is a Python module offering solvers for
> Constraint Solving Problems (CSPs) over finite domains in simple
> and pure Python. CSP is class of problems which may be repr
Gustavo Niemeyer wrote:
> **python-constraint** [1]_ is a Python module offering solvers for
> Constraint Solving Problems (CSPs) over finite domains in simple
> and pure Python.
Very cool! I can't wait to get some time to play with this.
--
Benji York
--
http://mail.python.org/mailman/listi
Gustavo Niemeyer ha scritto:
>
> Overview
>
>
> **python-constraint** [1]_ is a Python module offering 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`,
Overview
**python-constraint** [1]_ is a Python module offering 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]`, ...),