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