Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7883


Ignore:
Timestamp:
05/23/12 18:09:27 (12 years ago)
Author:
svonolfe
Message:

Added additional test instances (#1177)

Location:
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4
Files:
9 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj

    r7882 r7883  
    120120  </ItemGroup>
    121121  <ItemGroup>
     122    <Compile Include="GoldenFormat\ChristofidesInstanceProvider.cs" />
     123    <Compile Include="GoldenFormat\KytojokiInstanceProvider.cs" />
     124    <Compile Include="GoldenFormat\GoldenInstanceProvider.cs" />
     125    <Compile Include="GoldenFormat\GoldenParser.cs" />
     126    <Compile Include="GoldenFormat\GoldenFormatInstanceProvider.cs" />
    122127    <Compile Include="TSPLibFormat\AugeratInstanceProvider.cs" />
    123128    <Compile Include="TSPLibFormat\ChristofidesEilonInstanceProvider.cs" />
     
    143148    <EmbeddedResource Include="Data\LiLim.zip" />
    144149    <EmbeddedResource Include="Data\Cordeau.zip" />
     150    <EmbeddedResource Include="Data\Golden.zip" />
     151    <EmbeddedResource Include="Data\Christofides.zip" />
     152    <EmbeddedResource Include="Data\Kytojoki.zip" />
    145153    <None Include="Plugin.cs.frame" />
    146154    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.