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.

    Language:Rust120
  • 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.

    Language:Java0100
  • Melika-Zabihi/Magnet_Puzzle

    Implementation of CSP heuristics and various algorithms for solving magnet puzzle

    Language:Java10
  • TahaTabatabaei/magnet-puzzle-solver

    A CSP approach to solve magnet puzzle problem

    Language:Java10