https://github.com/robaina/sudoku
A sudoku game solver
https://github.com/robaina/sudoku
Last synced: 8 months ago
JSON representation
A sudoku game solver
- Host: GitHub
- URL: https://github.com/robaina/sudoku
- Owner: Robaina
- License: cc-by-4.0
- Created: 2019-01-21T22:19:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T14:00:48.000Z (over 6 years ago)
- Last Synced: 2025-04-06T10:38:04.558Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://robaina.github.io/Sudoku
- Size: 670 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# Sudoku solver
A sudoku game solver right in your browser. It solves _any_ Sudoku game. It implements an integer linear program to find a feasible solution given a set of initial constraints (_i.e._ starting numbers).
Solving the integer linear program in your browser is possible thanks to the awesome library Glpk.js, which was bundle for usage in the browser with Browserify.