magnet-puzzle
There are 4 repositories under magnet-puzzle topic.
arashsm79/ravenous-polarity
Implementation of CSP heuristics and backtracking algorithm for magnet puzzle in Rust.
Melika-Zabihi/Magnet_Puzzle
Implementation of CSP heuristics and various algorithms for solving magnet puzzle
hamedrq7/Magnet-puzzle-as-a-CSP
This is a homework about Formulating a game called "Magnet Puzzle" into CSP, then using Backtracking, Forward Checking to solve it. Various heuristics such as MRV, LCV, Arc consistency (AC3) is used to improve the searching performance. This homework is a part of many projects in a Fundamentals to AI course @ FUM.
TahaTabatabaei/magnet-puzzle-solver
A CSP approach to solve magnet puzzle problem