Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/12 19:44:56 (13 years ago)
Author:
spimming
Message:

#1894:

  • get neighbors for specific node
  • method to calculate weight between two nodes
  • interface for router
  • Dijkstra algorithm initial commit
  • Utils methods added
Location:
branches/RoutePlanning/HeuristicLab.Algorithms.GraphRouting/3.3
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/RoutePlanning/HeuristicLab.Algorithms.GraphRouting/3.3/HeuristicLab.Algorithms.GraphRouting.csproj

    r8302 r8308  
    4949    <Reference Include="System" />
    5050    <Reference Include="System.Core" />
     51    <Reference Include="System.Drawing" />
    5152    <Reference Include="System.Xml.Linq" />
    5253    <Reference Include="System.Data.DataSetExtensions" />
     
    5657  </ItemGroup>
    5758  <ItemGroup>
     59    <Compile Include="DijkstraAlgorithm.cs" />
     60    <Compile Include="GraphRoutingAlgorithm.cs" />
     61    <Compile Include="IRouter.cs" />
    5862    <Compile Include="Plugin.cs" />
    5963    <Compile Include="Properties\AssemblyInfo.cs" />
     
    6367    <None Include="Plugin.cs.frame" />
    6468    <None Include="Properties\AssemblyInfo.cs.frame" />
     69  </ItemGroup>
     70  <ItemGroup>
     71    <ProjectReference Include="..\..\HeuristicLab.Problems.RoutePlanning\3.3\HeuristicLab.Problems.RoutePlanning.csproj">
     72      <Project>{E93A30BD-D4C8-4DEC-8ECF-2BC3CD9F027B}</Project>
     73      <Name>HeuristicLab.Problems.RoutePlanning</Name>
     74    </ProjectReference>
    6575  </ItemGroup>
    6676  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.