Uses of Interface
com.jgalgo.alg.MatchingAlgo
-
Packages that use MatchingAlgo Package Description com.jgalgo.alg Algorithms for solving graph problems. -
-
Uses of MatchingAlgo in com.jgalgo.alg
Methods in com.jgalgo.alg that return MatchingAlgo Modifier and Type Method Description MatchingAlgoMatchingAlgo.Builder. build()Create a new matching algorithm object.static MatchingAlgoMatchingAlgo. newInstance()Create a new matching algorithm object.
-