public class StructInitEPSA
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DistanceMatrix |
costs
Cost matrix (source,target)
|
int |
cSrc
Count sources
|
int |
cTar
Count targets;
|
java.util.List<java.lang.Integer> |
defTrees
List of deficit trees
|
java.util.List<java.lang.Integer> |
surTrees
List of surplus trees
|
Tree |
tree
A handle to the internal tree representing the current basic solution (in
general not feasible)
|
Constructor and Description |
---|
StructInitEPSA(InitTreeArrayStruct inst) |
public Tree tree
public int cSrc
public int cTar
public java.util.List<java.lang.Integer> defTrees
public java.util.List<java.lang.Integer> surTrees
public DistanceMatrix costs
public StructInitEPSA(InitTreeArrayStruct inst)