Solve Sudoku with Python using the CSF approach
-
Updated
Feb 5, 2017 - Python
Solve Sudoku with Python using the CSF approach
AI for the game Numbrix and Hidato by means of modelling it as a constraint-satisfication problem using BT, FC, GAC with MRV heuristic.
A Kenken puzzle generator & solver
Solving Class Scheduling problem using the CSP method.
sudoku resolving using AI algorithms
CSP Map Coloring
Simple Strategy Game Solution with Backtracking, Forward Checking, MRV and Value First 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.
This repository contains the assignments of Artificial Intelligence course at Sharif University of Technology.
CSP-Sudoku solver
Solving Sudoku puzzle with CSP
Solving the sudoku as a CSP and heuristics like MRV and AC3
we slove sudoku tables as a CSP problem using Backtrack algorithm with forward Checking and MRV and Degree heuristics.
Solving n-Queens to learn golang and constraint satisfaction problems
Homework Assignments for CSE 537 - Artificial Intelligence Spring 2018 in Stony Brook University under Prof. Niranjan Balasubramanian
🗓 Exam Timetabling Problem
This is a sudoku solver by doing backtracking search with forward checking using an MRV and degree heuristic. This was worked on in a group of myself and two other members.
A program that has the ability to solve crossword puzzles and check whether a solution to a crossword puzzle is correct for any given puzzle and dictionary using FC and MRV heuristics
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."