Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7888


Ignore:
Timestamp:
05/24/12 10:41:20 (12 years ago)
Author:
svonolfe
Message:

Added benchmark set of Taillard (#1177)

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

Legend:

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

    r7884 r7888  
    135135    <Compile Include="GoldenFormat\GoldenParser.cs" />
    136136    <Compile Include="GoldenFormat\GoldenFormatInstanceProvider.cs" />
     137    <Compile Include="TaillardFormat\TaillardInstanceProvider.cs" />
     138    <Compile Include="TaillardFormat\TaillardParser.cs" />
     139    <Compile Include="TaillardFormat\TaillardFormatInstanceProvider.cs" />
    137140    <Compile Include="TSPLibFormat\AugeratInstanceProvider.cs" />
    138141    <Compile Include="TSPLibFormat\ChristofidesEilonInstanceProvider.cs" />
     
    161164    <EmbeddedResource Include="Data\Christofides.zip" />
    162165    <EmbeddedResource Include="Data\Kytojoki.zip" />
     166    <EmbeddedResource Include="Data\Taillard.opt.zip" />
     167    <EmbeddedResource Include="Data\Taillard.zip" />
    163168    <None Include="Plugin.cs.frame" />
    164169    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.