Package com.jgalgo.example
Class MaximumMatchingExample
- java.lang.Object
-
- com.jgalgo.example.MaximumMatchingExample
-
public class MaximumMatchingExample extends Object
-
-
Constructor Summary
Constructors Constructor Description MaximumMatchingExample()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Graph
createGraph()
static void
main(String[] args)
static void
maximumMatchingExample()
-