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