Solve the graph coloring problem using a genetic algorithm. (Hindi and Yampolskiy, 2012)
Build and run the project using the following command:
gradle run --args "<graph-file> <num-colors>"
For example:
gradle run --args "samples/david.col 11"
Also, you can build the project using the following command:
gradle build