Package com.jgalgo.example
Class ColoringExample
- java.lang.Object
-
- com.jgalgo.example.ColoringExample
-
public class ColoringExample extends Object
This example demonstrates how to use the coloring algorithm.- Author:
- Barak Ugav
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
coloringExample()
This example demonstrates how to use the coloring algorithm.static void
main(String[] args)
-
-
-
Method Detail
-
coloringExample
public static void coloringExample()
This example demonstrates how to use the coloring algorithm.
-
main
public static void main(String[] args)
-
-