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