public class AKPSolverArraySimpleImprov
extends java.lang.Object
Papers:
Modifier and Type | Field and Description |
---|---|
int |
cSrc
Count sources
|
int |
cTar
Count targets;
|
Constructor and Description |
---|
AKPSolverArraySimpleImprov(StructInitEPSA inst) |
Modifier and Type | Method and Description |
---|---|
void |
fillMatrix(ReallocationMatrix relocationMatrix) |
int[] |
getNextEntering()
Gets the next entering arc.
|
void |
initInSurTreeArray() |
void |
initMinRedCostMemory()
Gets the next entering arc.
|
boolean |
isExact() |
boolean |
nextIteration() |
void |
printFinalFlow() |
double |
solve(org.processmining.framework.plugin.ProMCanceller canceller)
Runs the simplex type algorithm.
|
void |
updateMinRedSrc(int tar) |
void |
updateMove2Deficit(int root) |
void |
updateMove2Surplus(int root) |
public AKPSolverArraySimpleImprov(StructInitEPSA inst)
public double solve(org.processmining.framework.plugin.ProMCanceller canceller)
public boolean nextIteration()
public int[] getNextEntering()
public void updateMove2Surplus(int root)
public void updateMove2Deficit(int root)
public void initInSurTreeArray()
public void initMinRedCostMemory()
public void updateMinRedSrc(int tar)
public boolean isExact()
public void printFinalFlow()
public void fillMatrix(ReallocationMatrix relocationMatrix)