Changeset 7883 for branches/VRP
- Timestamp:
- 05/23/12 18:09:27 (13 years ago)
- 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 120 120 </ItemGroup> 121 121 <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" /> 122 127 <Compile Include="TSPLibFormat\AugeratInstanceProvider.cs" /> 123 128 <Compile Include="TSPLibFormat\ChristofidesEilonInstanceProvider.cs" /> … … 143 148 <EmbeddedResource Include="Data\LiLim.zip" /> 144 149 <EmbeddedResource Include="Data\Cordeau.zip" /> 150 <EmbeddedResource Include="Data\Golden.zip" /> 151 <EmbeddedResource Include="Data\Christofides.zip" /> 152 <EmbeddedResource Include="Data\Kytojoki.zip" /> 145 153 <None Include="Plugin.cs.frame" /> 146 154 <Compile Include="Plugin.cs" />
Note: See TracChangeset
for help on using the changeset viewer.