- Timestamp:
- 05/23/12 17:41:54 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4
- Files:
-
- 4 added
- 1 deleted
- 1 edited
- 3 copied
- 10 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/CordeauFormat/CordeauInstanceProvider.cs
r7881 r7882 43 43 44 44 public override string ReferencePublication { 45 get { return "none"; }45 get { return null; } 46 46 } 47 47 -
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj
r7881 r7882 120 120 </ItemGroup> 121 121 <ItemGroup> 122 <Compile Include=" AugeratInstanceProvider.cs" />123 <Compile Include=" ChristofidesEilonInstanceProvider.cs" />124 <Compile Include="Cordeau InstanceProvider.cs" />125 <Compile Include="CordeauFormat InstanceProvider.cs" />126 <Compile Include="LiLim InstanceProvider.cs" />127 <Compile Include="LiLimFormat InstanceProvider.cs" />128 <Compile Include=" HombergerInstanceProvider.cs" />129 <Compile Include=" Parsers\LiLimParser.cs" />130 <Compile Include=" Parsers\CordeauParser.cs" />131 <Compile Include="Solomon InstanceProvider.cs" />132 <Compile Include="SolomonFormat InstanceProvider.cs" />133 <Compile Include=" Parsers\SolomonParser.cs" />134 <Compile Include="TSPLibFormat InstanceProvider.cs" />122 <Compile Include="TSPLibFormat\AugeratInstanceProvider.cs" /> 123 <Compile Include="TSPLibFormat\ChristofidesEilonInstanceProvider.cs" /> 124 <Compile Include="CordeauFormat\CordeauInstanceProvider.cs" /> 125 <Compile Include="CordeauFormat\CordeauFormatInstanceProvider.cs" /> 126 <Compile Include="LiLimFormat\LiLimInstanceProvider.cs" /> 127 <Compile Include="LiLimFormat\LiLimFormatInstanceProvider.cs" /> 128 <Compile Include="SolomonFormat\HombergerInstanceProvider.cs" /> 129 <Compile Include="LiLimFormat\LiLimParser.cs" /> 130 <Compile Include="CordeauFormat\CordeauParser.cs" /> 131 <Compile Include="SolomonFormat\SolomonInstanceProvider.cs" /> 132 <Compile Include="SolomonFormat\SolomonFormatInstanceProvider.cs" /> 133 <Compile Include="SolomonFormat\SolomonParser.cs" /> 134 <Compile Include="TSPLibFormat\TSPLibFormatInstanceProvider.cs" /> 135 135 <Compile Include="VRPInstanceProvider.cs" /> 136 136 <Compile Include="VRPDataDescriptor.cs" /> -
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/LiLimFormat/LiLimInstanceProvider.cs
r7881 r7882 43 43 44 44 public override string ReferencePublication { 45 get { return "none"; }45 get { return null; } 46 46 } 47 47 -
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat/HombergerInstanceProvider.cs
r7881 r7882 43 43 44 44 public override string ReferencePublication { 45 get { return "none"; }45 get { return null; } 46 46 } 47 47 -
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat/SolomonInstanceProvider.cs
r7881 r7882 43 43 44 44 public override string ReferencePublication { 45 get { return "none"; }45 get { return null; } 46 46 } 47 47 -
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/TSPLibFormat/AugeratInstanceProvider.cs
r7881 r7882 43 43 44 44 public override string ReferencePublication { 45 get { return "none"; }45 get { return null; } 46 46 } 47 47 -
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/TSPLibFormat/ChristofidesEilonInstanceProvider.cs
r7881 r7882 43 43 44 44 public override string ReferencePublication { 45 get { return "none"; }45 get { return null; } 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.