arsalasif / graph-edge-coloring

An implementation of a Graph Edge Coloring algorithm
MIT License
2 stars 1 forks source link

How to use the code to color graph edges #1

Open kartiklakhotia opened 2 years ago

kartiklakhotia commented 2 years ago

Unable to figure out how to run the code. I want to compute edge coloring (potentially optimal) for some input graphs.

arsalasif commented 2 years ago

Hi Kartik, I haven't looked at this project for a few years now. To my recollection, I simply ran it in Eclipse. I believe this should help you out with the algorithm, and it also references the book used as a reference: https://github.com/arsalasif/graph-edge-coloring/blob/master/graph-theory-report-final.pdf