Skip to content

Lakshmi-1212/Sudoku_Solver_LP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Sudoku_Solver_LP

Blog: https://towardsdatascience.com/solve-sudoku-using-linear-programming-python-pulp-b41b29f479f3

Solving Sudoku using Linear Programming in Python

Here we will be using the PuLP package in Python to solve this linear programming problem.

Steps to solve the Sudoku problem:

Step 1: Define the Linear Programming problem
Step 2: Set the objective function
Step 3: Define the decision variables
Step 4: Set the constraints
Step 5: Solve the Sudoku puzzle
Step 6: Check if an optimal result is found
Step 7: Print the solution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published