Uses of Interface
org.jgrapht.alg.interfaces.FlowAlgorithm.Flow
-
Uses of FlowAlgorithm.Flow in org.jgrapht.alg.interfaces
Modifier and TypeInterfaceDescriptionstatic interface
A maximum flowstatic interface
Represents a minimum cost flow.Modifier and TypeClassDescriptionstatic class
Default implementation ofFlowAlgorithm.Flow
static class
Default implementation of the maximum flowstatic class
Default implementation of theMinimumCostFlowAlgorithm.MinimumCostFlow
Modifier and TypeMethodDescriptiondefault FlowAlgorithm.Flow<E>
FlowAlgorithm.getFlow()
Result object of a flow algorithm