lcv-heuristic
There are 14 repositories under lcv-heuristic topic.
ceenaa/kakuro
AI kakuro solver
MatinHosseinianFard/AI-projects
Artificial intelligence course projects
mohammadtavakoli78/Artificial-Intelligence
This repository is projects of Artificial Intelligence course
geekn0rd/Sudoku-AI
Solving the sudoku as a CSP and heuristics like MRV and AC3
shuai-yang/A-practice-for-AI-search-algorithm-solving-CSPs
This is a practice for AI Search Algorithm. Grocery Bagging is a Constraint Satisfaction Problem (CSP). I used Backtracking search algorithm (Depth-First-Search) along with arc-consistency, Most Restrictive Value (MRV) and Least Constraining Value (LCV) heuristics for prioritizing and pruning to solve the problem as efficiently as possible.
AliAbbasifard/Map-Coloring
CSP Map Coloring
alinourian/Artificial-Intelligence-Assignments
This repository contains the assignments of Artificial Intelligence course at Sharif University of Technology.
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.
Krutash/Sudoku
Backtracking Algo optimized with forward checking, MRV heuristics, degree heuristics and LCV-heuristics
nayel71/sudoku
A Sudoku solver
sandeepkv93/CSE537-Artificial-Intelligence-Stonybrook-University
Homework Assignments for CSE 537 - Artificial Intelligence Spring 2018 in Stony Brook University under Prof. Niranjan Balasubramanian
TrueSepehr/SudokuSolver
A program to solve Sudoku with Backtracking.
daniel-sinai/ai-final-project
Final Project in AI Course, HUJI