JConstraints
Java Framework to implement solutions to solve constraints problems
...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 Backjumping algorithms;
- A variety of arc-consistency algorithms;
- Local search algorithm;
- Tabu search algorithm;
- Maximize solutions: comming soon;
- Minimize solutions: comming soon;
The Framework also enables heuristic injections so that the developers can achieve greater performance of algorithms using their own heuristics.
...