Class StructInitEPSA
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.epsa.StructInitEPSA
-
public class StructInitEPSA extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description DistanceMatrixcostsCost matrix (source,target)intcSrcCount sourcesintcTarCount targets;java.util.List<java.lang.Integer>defTreesList of deficit treesjava.util.List<java.lang.Integer>surTreesList of surplus treesTreetreeA handle to the internal tree representing the current basic solution (in general not feasible)
-
Constructor Summary
Constructors Constructor Description StructInitEPSA(InitTreeArrayStruct inst)
-
-
-
Field Detail
-
tree
public Tree tree
A handle to the internal tree representing the current basic solution (in general not feasible)
-
cSrc
public int cSrc
Count sources
-
cTar
public int cTar
Count targets;
-
defTrees
public java.util.List<java.lang.Integer> defTrees
List of deficit trees
-
surTrees
public java.util.List<java.lang.Integer> surTrees
List of surplus trees
-
costs
public DistanceMatrix costs
Cost matrix (source,target)
-
-
Constructor Detail
-
StructInitEPSA
public StructInitEPSA(InitTreeArrayStruct inst)
-
-