Class StructInitEPSA


  • public class StructInitEPSA
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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