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