AI kakuro solver
-
Updated
Dec 16, 2023 - Python
AI kakuro solver
Solve Sudoku with Python using the CSF approach
Artificial intelligence course projects
A Kenken puzzle generator & solver
second project at AUT Artificial Intelligence course (Fall 2020)
CSP-Sudoku solver
Using CSP heuristics
This project is a sudoku-solver implement by Constraint satisfaction problem. We add the colour option to our sudoku problem as if the number of a place is bigger than other neighbours, the colour of that place must be higher in a given colour's priority. We use the Constraint satisfaction problem(CSP), as we said before, in additional apply deg…
solving sudoku problems with csp
This repository is projects of Artificial Intelligence course
A solution to a binary puzzle using CSP algorithms.
AI for the game Numbrix and Hidato by means of modelling it as a constraint-satisfication problem using BT, FC, GAC with MRV heuristic.
Solving the sudoku as a CSP and heuristics like MRV and AC3
Solve Sudoku as a Constraint Satisfaction Problem
we slove sudoku tables as a CSP problem using Backtrack algorithm with forward Checking and MRV and Degree heuristics.
A simple solution to a Constraint Satisfaction Problem using forward checking and MRV heuristics
This project solves a Futoshiki Board given an input files using the least number of moves. Backtracking, forward checking, the mrv heuristic, and the degree heuristic was used.
Solving Sudoku puzzle with CSP
Homework Assignments for CSE 537 - Artificial Intelligence Spring 2018 in Stony Brook University under Prof. Niranjan Balasubramanian
🗓 Exam Timetabling Problem
Add a description, image, and links to the mrv-heuristic topic page so that developers can more easily learn about it.
To associate your repository with the mrv-heuristic topic, visit your repo's landing page and select "manage topics."