{"id":18422469,"url":"https://github.com/sri-csl/sudokusolver","last_synced_at":"2025-04-13T12:28:22.905Z","repository":{"id":137662437,"uuid":"104762897","full_name":"SRI-CSL/SudokuSolver","owner":"SRI-CSL","description":"A sudoku solver to illustrate the new yices python API","archived":false,"fork":false,"pushed_at":"2018-10-03T16:20:10.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-12-24T18:29:21.816Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SRI-CSL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-25T14:45:46.000Z","updated_at":"2020-08-25T12:02:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"9dde1658-30dc-449d-987c-23025715e030","html_url":"https://github.com/SRI-CSL/SudokuSolver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2FSudokuSolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2FSudokuSolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2FSudokuSolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SRI-CSL%2FSudokuSolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SRI-CSL","download_url":"https://codeload.github.com/SRI-CSL/SudokuSolver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239101180,"owners_count":19581807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T04:30:14.769Z","updated_at":"2025-02-16T07:25:26.201Z","avatar_url":"https://github.com/SRI-CSL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SudukoSolver\n\nA simple sudoku puzzle solver using the new python bindings for yices.\n\n## Prerequisites\n\nYou will need to install [yices](https://github.com/SRI-CSL/yices2) which can be done by building from source,\nor using apt on linux (from our PPA) or homebrew on a mac, the [README.md](https://github.com/SRI-CSL/yices2/blob/master/README.md) \nthere describes the process.\n\nYou will also need the python bindings:\n```\npip install yices\n```\n\n## Usage\n\nSo not a lot of brain power was spent making this a watertight work. But if you start of with an empty board\n```\n./sudokusolver\n```\nyou can add entries one by one, and then solve. Clear the solution and continue to add entries. Or if you wish you\ncan clear the entries too.  There are a couple of built in boards, so you can start from one like so:\n```\n./sudokusolver --board debug\n./sudokusolver --board n00b\n./sudokusolver --board l33t\n```\nadd a few entries and then solve. Seems like the `l33t` board has 158 solutions, which I think means it is not a\nlegal puzzle.\n\nYou can also ask for the number of solutions, but if there are more than 64 we do not persist, and just return 64.\n\n## Acknowledgments\n\nThis project was built on top of the nice python [tutorial](http://newcoder.io/gui/) by [Lynn Root](http://www.roguelynn.com/)\nwho is hereby thanked. The tutorial is under the creative commons [license](https://creativecommons.org/licenses/by-sa/3.0/deed.en_US) which does\nnot appear to be an option in GitHub's license widget, so if this is a problem let me know.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsri-csl%2Fsudokusolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsri-csl%2Fsudokusolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsri-csl%2Fsudokusolver/lists"}