/coloring_prob_solver

Solver for Coloring Problem

Primary LanguagePython

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.