Class and Description |
---|
org.jgrapht.util.GenericFibonacciHeap
In favor of using data structures from the jheaps library.
|
org.jgrapht.alg.NaiveLcaFinder
Replaced by
NaiveLCAFinder |
org.jgrapht.alg.TarjanLowestCommonAncestor
Replaced by
TarjanLCAFinder |
Method and Description |
---|
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm.calculateMaximumFlow(V, V)
replaced by @link{getMaximumFlowValue}
|
org.jgrapht.graph.AbstractBaseGraph.createIntrusiveEdgesSpecifics(boolean)
In favor of using factories
|
org.jgrapht.graph.AbstractBaseGraph.createSpecifics(boolean)
In favor of using factories
|
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm.MaximumFlow.getFlow()
Method renamed to getFlowMap
|
org.jgrapht.alg.interfaces.MaximumFlowAlgorithm.getMaximumFlowValue()
method has been removed
|
Enum Constant and Description |
---|
org.jgrapht.io.CSVFormat.Parameter.MATRIX_FORMAT_EDGE_WEIGHTS
Use
CSVFormat.Parameter.EDGE_WEIGHTS instead. |
Copyright © 2018. All rights reserved.