https://github.com/abdul-aa/sudoku-optimization
Solving Sudoku puzzle using Integer Programming
https://github.com/abdul-aa/sudoku-optimization
Last synced: 3 months ago
JSON representation
Solving Sudoku puzzle using Integer Programming
- Host: GitHub
- URL: https://github.com/abdul-aa/sudoku-optimization
- Owner: Abdul-AA
- Created: 2023-10-27T12:54:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T12:56:50.000Z (over 1 year ago)
- Last Synced: 2025-01-21T00:14:59.892Z (5 months ago)
- Language: Jupyter Notebook
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku Optimization with Gurobi
Solving Sudoku puzzles using optimization techniques, leveraging the Gurobi Optimizer. This work was completed as a component of the Decision Analytics course at McGill University (MMA).
## Overview
Sudoku, a logic-based puzzle, is tackled here as an integer linear programming problem. The Gurobi Optimizer is used to find solutions efficiently.
## Requirements
- Gurobi Optimizer
- Python