Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-05-18 | 873 Bytes | |
easycsp-1.3.1-java-dist.zip | 2024-05-18 | 259.1 kB | |
easycsp-1.3.1-java-sample-src.zip | 2024-05-18 | 403.7 kB | |
easycsp-1.3.1-java-src.zip | 2024-05-18 | 56.4 kB | |
LICENSE | 2017-04-19 | 9.4 kB | |
Totals: 5 Items | 729.5 kB | 0 |
EasyCSP is an open-source Java library for Constraint Satisfaction Programming.
EasyCSP is an open-source Java library for Constraint Satisfaction Programming.
EasyCSP offers search algorithms for both CSPs and CSOPs.
EasyCSP supports CSPs to be defined using objects or int expressions.
Dependencies
Requires Java 8 or later.
Release Notes
Release 1.3.1 - refactored: Solution API and generics in general. - performance: avoid int-Integer autoboxing for int CSPs. - fix: int expression binarization issue.
Release 1.2.1 - fix: ConflictMinimizing search algorithm bug. - feature: added full support (algorithms and API) for int specific CSPs and CSOPs.
Release 1.2.0 - fix: IntDomain size() bug when containing both positive and negative ints. - feature: added int specific model classes, constraint expressions API and specialized search algorithm.