Gauguin is a Sudoku-like game for Android where you solve grids via calculation and logic.
-
Updated
Jun 22, 2025 - Kotlin
Gauguin is a Sudoku-like game for Android where you solve grids via calculation and logic.
Solves KenKen puzzles, by representing it as a Constraint Satisfaction Problem (CSP)
A Kenken puzzle generator & solver
A KenKen python solver that represents the game as a Constraint Satisfaction Problem (CSP) and can use several algorithms for its solution.
Fast backtracking solver for KenKen puzzles
The encoding of a CSP model to solve the logic puzzle, "Kenken", and the implementation of two constraint propagators – a Forward Checking constraint propagator, and a Generalized Arc Consistence (GAC) constraint propagator, along with the variable ordering heuristic of Minimum Remaining Values (MRV).
A Forms KenKen puzzle player
KenKen game solver using Depth-First Search (DFS) algorithm
Add a description, image, and links to the kenken topic page so that developers can more easily learn about it.
To associate your repository with the kenken topic, visit your repo's landing page and select "manage topics."