Class MaxFlowPreflowN3
- java.lang.Object
-
- org.processmining.est2miner.algorithms.placeevaluation.MaxFlowPreflowN3
-
public class MaxFlowPreflowN3 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MaxFlowPreflowN3(int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCapValue(int i, int j)intmaxFlow(int s, int t)voidsetCapValue(int i, int j, int value)voidsetUnbounded(int i, int j)
-