Local-search based solver of Constraint Satisfaction and Optimization Problems
Solve time table scheduling using `Constraint Satisfaction Problem`
Constraint satisfaction problem to find cheapest SBC solution for Fifa squad
JCP Standard JSR331 “Java Constraint Programming API”. It is used for Modeling and Solving Constraint Satisfaction and Optimization Problems using Java and off-the...
A high-level, solver-independent, Java constraint model for constraint satisfaction problems in the integer domain....
Sudoku Solver by constraint satisfaction problem (CSP) using heuristics - Minimum Remaining Value (MRV), Least Common Value (LCV), Maintainin Arc Consistency (MAC)...
Tiny framework for solving constraint satisfaction problems (CSP) with discrete and finite domains. This is a Java-based solution which is written in a functional...
Degree Final Year project. An example of how recursion with back tracking can be implemented using Java to solve a Constraint Satisfaction Problem...
Constraint Satisfaction Problem solver in Java. Artificial Intelligence task.