JConstraints
Java Framework to implement solutions to solve constraints problems
JConstraints is a Java Framework that enables implementations of advanced solutions for combinatorial problems as constraints satisfaction problems.
The architecture was built thinking in the constraints satisfaction paradigm. The Framework is easy to use. Therefore, with few interfaces implementations you can already run advanced combinatory solutions.
Just to name a few algorithms, the Framework can solve any constraints problems using:
- Regular Backtracking;
- A variety of...