minimum-remaining-values

There are 8 repositories under minimum-remaining-values topic.

  • chanioxaris/kenken-solver

    Solves KenKen puzzles, by representing it as a Constraint Satisfaction Problem (CSP)

    Language:Python20122
  • adityagupta1089/Sudoku-Solver-by-CSP-and-Minisat

    Sudoku Solver by constraint satisfaction problem (CSP) using heuristics - Minimum Remaining Value (MRV), Least Common Value (LCV), Maintainin Arc Consistency (MAC). Secondly, by converting to Satisfiability Problem (SAT) and using a sat solver (miniSAT).

    Language:Java230
  • arashsm79/ravenous-polarity

    Implementation of CSP heuristics and backtracking algorithm for magnet puzzle in Rust.

    Language:Rust120
  • JohnPapad/KenKen-Solver

    A KenKen python solver that represents the game as a Constraint Satisfaction Problem (CSP) and can use several algorithms for its solution.

    Language:Python1101
  • dinhjohnny/Sudoku-AI-Project

    Machine Learning Sudoku Solver that implmements various machine learning heauristics to solve 3x3, 4x4, and 5x5 sudoku puzzles

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

    Language:Python0100
  • TahaTabatabaei/magnet-puzzle-solver

    A CSP approach to solve magnet puzzle problem

    Language:Java10
  • 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

    Language:Python001