Package | Description |
---|---|
org.jgrapht.alg.interfaces |
Algorithm related interfaces.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
MaximumFlowAlgorithm.MaximumFlow<E>
A maximum flow
|
static interface |
MinimumCostFlowAlgorithm.MinimumCostFlow<E>
Represents a minimum cost flow.
|
Modifier and Type | Class and Description |
---|---|
static class |
FlowAlgorithm.FlowImpl<E>
Default implementation of
FlowAlgorithm.Flow |
static class |
MaximumFlowAlgorithm.MaximumFlowImpl<E>
Default implementation of the maximum flow
|
static class |
MinimumCostFlowAlgorithm.MinimumCostFlowImpl<E>
Default implementation of the
MinimumCostFlowAlgorithm.MinimumCostFlow |
Modifier and Type | Method and Description |
---|---|
default FlowAlgorithm.Flow |
FlowAlgorithm.getFlow()
Result object of a flow algorithm
|
Copyright © 2019. All rights reserved.