Kakuro solver

A solver to solve Kakuro problem, formulated into MILP with normal and binary model.
840 Downloads
Updated 14 Mar 2011

View License

Added GUI for the Kakuro solver. KakuroGUI.m is the main file to run the GUI.

solveKakuro0.m and solveKakuro.m are two functional file to solve Kakuro problem, and their usage is demonstrated in detail in solveKakuro_demo.m file.

solveKakuro0.m and solveKakuro.m require latest release of YALMIP to work.

Cite As

Lai Chiong Ching (2024). Kakuro solver (https://www.mathworks.com/matlabcentral/fileexchange/30694-kakuro-solver), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Earth, Ocean, and Atmospheric Sciences in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.4.0.0

Improved solving speed by forcing MATLAB built-in LINPROG to solve using sparse matrices. Thanks to Johan (YALMIP developer) for his comments.

1.2.0.0

Added GUI and documentation. This project has been considered complete and no further update will be provided.

1.0.0.0