# # ChangeLog for stable/HeuristicLab.Core/3.3/Collections/DirectedGraph/Vertex.cs # # Generated by Trac 1.0.12 # 08/05/24 11:26:16 Fri, 06 Feb 2015 10:59:12 GMT jkarder [11935] * stable (modified) * stable/HeuristicLab.Core/3.3/Collections/DirectedGraph (copied) * stable/HeuristicLab.Core/3.3/Collections/DirectedGraph/Arc.cs (modified) * stable/HeuristicLab.Core/3.3/Collections/DirectedGraph/DirectedGraph.cs (modified) * stable/HeuristicLab.Core/3.3/Collections/DirectedGraph/Vertex.cs (modified) * stable/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * stable/HeuristicLab.Core/3.3/Interfaces/DirectedGraph (copied) * stable/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IArc.cs (modified) * stable/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IDirectedGraph.cs (modified) * stable/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IVertex.cs (modified) #2223: merged r11241, r11243, r11248, r11249, r11250, r11251, r11256, ... Wed, 30 Jul 2014 13:02:27 GMT mkommend [11241] * trunk/sources/HeuristicLab.Core/3.3/Collections/DirectedGraph (added) * trunk/sources/HeuristicLab.Core/3.3/Collections/DirectedGraph/Arc.cs (copied) * trunk/sources/HeuristicLab.Core/3.3/Collections/DirectedGraph/DirectedGraph.cs (copied) * trunk/sources/HeuristicLab.Core/3.3/Collections/DirectedGraph/Vertex.cs (copied) * trunk/sources/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj (modified) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/DirectedGraph (added) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IArc.cs (copied) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IDirectedGraph.cs (copied) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/DirectedGraph/IVertex.cs (copied) #2223: Copied directed graph implented in bottom up tree distance ...