public string ToString(WeightableVertexCost cost)
 {
     return(cost.CurrentCost.ToString());
 }
 public string ToString(WeightableVertexCost cost)
 {
     return(cost.UnweightedCostView);
 }
Exemple #3
0
 public void Setup()
 {
     vertexCost = new WeightableVertexCost(VertexStartCost);
 }