least-constraining-value
There are 6 repositories under least-constraining-value topic.
arashsm79/ravenous-polarity
Implementation of CSP heuristics and backtracking algorithm for magnet puzzle in Rust.
nmkmms/schedule_builder
🗓️ Fundamentals of AI, 4th and 5th laboratory. Schedule making app (using 🧬 genetic, minimum remaining values, power heuristics, least constraining values and forward-checking algorithms).
dinhjohnny/Sudoku-AI-Project
Machine Learning Sudoku Solver that implmements various machine learning heauristics to solve 3x3, 4x4, and 5x5 sudoku puzzles
NiloofarShahbaz/Sudoku-Csp
Solving Sudoku puzzle with CSP
TahaTabatabaei/magnet-puzzle-solver
A CSP approach to solve magnet puzzle problem
TelevisionNinja/Sudoku-Solver
This was a university AI project where I had to implement different constraint satisfaction problem methods and use them to solve sudoku puzzles