Skip to content

Optimization problem solving a Sudoku puzzle with the chromatic number of a graph application.

Notifications You must be signed in to change notification settings

irecasens/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sudoku problem

View notebook here .

The chromatic number of a graph has many applications in Management Science. Prominent examples are timetabling, scheduling, or solving a Sudoku puzzle.

A Sudoku puzzle is a problem where there is an incomplete 9x9 table of numbers which must be filled according to the following rules:

  • The table can be divided into 9 individual 3x3 boxes. In each of these boxes, every number (i.e. a color) between 1 to 9 must appear at least (and at most) once.
  • Within any column of the 9x9 grid, each number between 1 to 9 must be appear at least (and at most) once.
  • Within any row of the 9x9 grid, each numbers between 1 to 9 must be appear at least (and at most) once.

ILP Formulation:

About

Optimization problem solving a Sudoku puzzle with the chromatic number of a graph application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published