https://github.com/wednesdaydeveloper/sudoku_ortools
https://github.com/wednesdaydeveloper/sudoku_ortools
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wednesdaydeveloper/sudoku_ortools
- Owner: wednesdaydeveloper
- Created: 2018-12-12T13:03:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T04:20:18.000Z (over 6 years ago)
- Last Synced: 2024-12-15T01:26:23.503Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sudoku_ortools
[Google OR-Tools](https://developers.google.com/optimization/) を使って数独ソルバーを実装した。
環境構築が面倒そうだから、Docker上で環境を実行できるように、Dockerファイルとdocker-compose.xml も作成した。