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 MatchingAlgo
MatchingAlgo.Builder. build()
Create a new matching algorithm object.static MatchingAlgo
MatchingAlgo. newInstance()
Create a new matching algorithm object.
-