An open API service indexing awesome lists of open source software.

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

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