Skip to content

Commit

Permalink
Remove the CSP abbreviation
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroleite committed May 7, 2015
1 parent 05c4b9f commit fdaadad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
- [Code Analysis](#code-analysis)
- [Compiler-compiler](#compiler-compiler)
- [Configuration](#configuration)
- [Constraint Satisfaction Problem (CSP) Solver](#constraint-satisfaction-problem-csp-solver)
- [Constraint Satisfaction Problem Solver](#constraint-satisfaction-problem-solver)
- [Continuous Integration](#continuous-integration)
- [Database](#database)
- [Data structures](#data-structures)
Expand Down Expand Up @@ -101,9 +101,9 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o

* [config](https://github.com/typesafehub/config) - Configuration library for JVM languages.

## Constraint Satisfaction Problem (CSP) Solver
## Constraint Satisfaction Problem Solver

* [Choco](http://choco-solver.org/) - An off-the-shelf constraint satisfaction problem solver, which uses constraint programming techniques to solve constraint satisfaction problems (CSP).
* [Choco](http://choco-solver.org/) - An off-the-shelf constraint satisfaction problem solver, which uses constraint programming techniques to solve constraint satisfaction problems.
* [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.
* [OptaPlanner](http://www.optaplanner.org/) - A business planning and resource scheduling optimization solver.
* [Sat4J](http://www.sat4j.org/) - A state-of-the-art SAT solver for boolean and optimization problems in Java.
Expand Down

0 comments on commit fdaadad

Please sign in to comment.