Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/31/14 17:11:39 (10 years ago)
Author:
bburlacu
Message:

#1772: Ported the rest of the changes to the DirectedGraph and Vertex to the GenealogyGraph and GenealogyGraphNode. Adapted tracking operators, analyzers and views.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking/3.4/HeuristicLab.EvolutionTracking-3.4.csproj

    r11227 r11253  
    105105  <ItemGroup>
    106106    <Compile Include="Analyzers\GenealogyAnalyzer.cs" />
    107     <Compile Include="DirectedGraph\Arc.cs" />
    108     <Compile Include="DirectedGraph\DirectedGraph.cs" />
    109     <Compile Include="DirectedGraph\Interfaces\IArc.cs" />
    110     <Compile Include="DirectedGraph\Interfaces\IDirectedGraph.cs" />
    111     <Compile Include="DirectedGraph\Interfaces\IVertex.cs" />
    112     <Compile Include="DirectedGraph\Vertex.cs" />
    113107    <Compile Include="Fragment.cs" />
    114108    <Compile Include="Interfaces\IFragment.cs" />
Note: See TracChangeset for help on using the changeset viewer.