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`, `b`, ...), domains (`a in [1, 2, 3]`, ...),
> and constraints (`a < b`, ...).

This sound cool, but have you noticed logilab.constraint? Care to contrast?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to