JConstraints
Java Framework to implement solutions to solve constraints problems
...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.
Version 1.0: Released!
Version 1.1: Coming soon
See the tutorial in the Wiki page to learn how to use this Framework.