onegunsamurai / coloring_prob_solver

Solver for Coloring Problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coloring Problem Solver

Solver for Coursera Discrete Optimization Assignment

#This is a simple Coloring Problem Solver for one of the Coursera's assignment projects in "Discrete Optimization Course". .

Data folder contains different datasets of diverse difficulty.

Open the coloringfinal.py and set the data file in (file_location) variable on line 131 to choose desired dataset.

Please note: Big datasets may require solid computational time.

About

Solver for Coloring Problem


Languages

Language:Python 100.0%