A general pattern-based solver of finite Constraint Satisfaction problems
-
Updated
Nov 1, 2024 - CLIPS
A general pattern-based solver of finite Constraint Satisfaction problems
AI kakuro solver
React/TypeScript web app to demo dlxlib - using Dancing Links (DLX) to solve puzzles like Sudoku, Pentominoes, N Queens, Draughtboard Puzzle, Ripple Effect, TetraSticks, Kakuro, Nonogram, Flow Free, Crossword
A Kakuro (or Cross Sum) game with an ILP based solver.
A simple kakuro CSP problem solver from AIMA python https://github.com/aimacode/aima-python
I will upload every piece of code that is cool to me. These cool codes may include a Coursera course side project or can be a simple zero-player game that is played in Terminal!!!
Constraint Satisfaction Problems and Puzzles
Solving Kakuro puzzle by formulating it as a Constraint Satisfaction Problem
My implementations for the Artificial Intelligence projects at Mugla Sitki Kocman University
Kakuro game app created for a university project.
KakuroSolver is a powerful and elegant Python script that seamlessly solves Kakuro puzzles of any complexity.
This python implementation solves kakuro puzzle by recursively eliminating improbable permutations
A Binary Integer Linear Solver written in Python using Gurobi that outputs a visual solution to any valid Kakuro puzzle
.NET MAUI app to demo DlxLib - using Dancing Links (DLX) to solve puzzles like Sudoku, Pentominoes, N Queens, Draughtboard Puzzle, Ripple Effect, TetraSticks, Kakuro, Nonogram, Flow Free, Crossword
A script that implements a solution for the game Kakuro by assigning a variable to each empty square.
Python implementation of a logic puzzle solver Kakuro, Artificial Intelligence Fundamentals Exams (2017-18)
A kakuro puzzle solver which solves the puzzle as a Constraint Satisfaction Problem(CSP) by Maintaining Arc Consistency(MAC) during backtracking search.
Add a description, image, and links to the kakuro-solver topic page so that developers can more easily learn about it.
To associate your repository with the kakuro-solver topic, visit your repo's landing page and select "manage topics."