Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-10-17 14:58
0.2.3

In dieser Version wurde die Performance erhöht, vor allem mit dem (optional, aber empfohlen) Verwendung von Psyco, sowie verschiedene interne Optimierungen, neue Vertriebspartner zur Verfügung stehen, und die Ausführlichkeit kann eingestellt werden, um die Lösung eines Problems zu verfolgen.
Tags: Minor feature enhancements
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.

2002-06-12 20:14
0.2.1

Alles, was im Zusammenhang mit endlichen Variablen war es, die fd-Modul verlegt. Einige Klassen wurden für Klarheit umbenannt. Eine optimierte Algorithmus ist jetzt für binäre Einschränkungen verwendet werden.
Tags: Code cleanup
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.

2002-06-07 23:21
0.2

News Constraint-Klassen wurden hinzugefügt, die Repository-Klasse war Refactoring und ein Solver-Klasse wurde hinzugefügt.
Tags: Minor feature enhancements
News constraint classes have been added, the Repository class was refactored, and a Solver class was added.

2002-06-06 20:14
0.1

Tags: Initial freshmeat announcement

Project Resources