You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -100,6 +101,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
100
101
101
102
*[config](https://github.com/typesafehub/config) - Configuration library for JVM languages.
102
103
104
+
## Constraint Satisfaction Problem (CSP) Solver
105
+
106
+
*[Choco](http://choco-solver.org/) - An off-the-shelf constraint satisfaction problem solver, which uses constraint programming techniques to solve constraint satisfaction problems (CSP).
107
+
*[JaCoP](https://github.com/radsz/jacop/) - A constraint programming solver that includes an interface for the [FlatZinc language](https://www.minizinc.org/downloads/doc-1.6/flatzinc-spec.pdf), enabling it to execute [MiniZinc](http://www.minizinc.org/) models.
108
+
*[OptaPlanner](http://www.optaplanner.org/) - A business planning and resource scheduling optimization solver.
109
+
*[Sat4J](http://www.sat4j.org/) - A state-of-the-art SAT solver for boolean and optimization problems in Java.
110
+
103
111
## Continuous Integration
104
112
105
113
*Tools which support continuously building, testing and releasing applications.*
0 commit comments