Package com.jgalgo.example
Class ColoringExample
java.lang.Object
com.jgalgo.example.ColoringExample
This example demonstrates how to use the coloring algorithm.
- Author:
- Barak Ugav
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
This example demonstrates how to use the coloring algorithm.static void
Main function that runs the examples.
-
Method Details
-
coloringExample
public static void coloringExample()This example demonstrates how to use the coloring algorithm. -
main
Main function that runs the examples.- Parameters:
args
- main args
-