@graphty/algorithms / index / MaxFlowResult
Interface: MaxFlowResult ​
Defined in: flow/ford-fulkerson.ts:24
Properties ​
flowGraph ​
flowGraph:
Map<string,Map<string,number>>
Defined in: flow/ford-fulkerson.ts:26
maxFlow ​
maxFlow:
number
Defined in: flow/ford-fulkerson.ts:25
minCut? ​
optionalminCut:object
Defined in: flow/ford-fulkerson.ts:27
edges ​
edges: [
string,string][]
sink ​
sink:
Set<string>
source ​
source:
Set<string>