Beispiel #1
0
 public Graph()
 {
     this.Edges = new List<Edge>();
     this.Vertices = new List<Vertex>();
     this.HeuristicData = new HeuristicData();
 }
Beispiel #2
0
 public Graph()
 {
     this.Edges         = new List <Edge>();
     this.Vertices      = new List <Vertex>();
     this.HeuristicData = new HeuristicData();
 }