# # ChangeLog for branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.cs # # Generated by Trac 1.0.12 # 04/24/24 15:40:18 Wed, 23 May 2012 15:41:54 GMT svonolfe [7882] * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.Designer.cs (modified) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.cs (modified) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPInstanceProviderView.cs (modified) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/CordeauFormat (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/CordeauFormat/CordeauFormatInstanceProvider.cs (moved) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/CordeauFormat/CordeauInstanceProvider.cs (moved) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/CordeauFormat/CordeauParser.cs (copied) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj (modified) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/LiLimFormat (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/LiLimFormat/LiLimFormatInstanceProvider.cs (moved) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/LiLimFormat/LiLimInstanceProvider.cs (moved) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/LiLimFormat/LiLimParser.cs (copied) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Parsers (deleted) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat/HombergerInstanceProvider.cs (moved) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat/SolomonFormatInstanceProvider.cs (moved) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat/SolomonInstanceProvider.cs (moved) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormat/SolomonParser.cs (copied) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/TSPLibFormat (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/TSPLibFormat/AugeratInstanceProvider.cs (moved) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/TSPLibFormat/ChristofidesEilonInstanceProvider.cs (moved) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/TSPLibFormat/TSPLibFormatInstanceProvider.cs (moved) Incorporated review comments of abeham (#1177) Wed, 23 May 2012 15:32:07 GMT svonolfe [7881] * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4 (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/HeuristicLab.Problems.Instances.VehicleRouting.Views-3.4.csproj (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/HeuristicLab.snk (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/Plugin.cs.frame (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/Properties (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/Properties/AssemblyInfo.cs.frame (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.Designer.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPImportDialog.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPInstanceProviderView.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/VRPInstanceProviderView.designer.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4 (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/AugeratInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/ChristofidesEilonInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/CordeauFormatInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/CordeauInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Data (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Data/Augerat.opt.zip (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Data/Augerat.zip (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Data/ChristofidesEilon.opt.zip (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Data/ChristofidesEilon.zip (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Data/Cordeau.zip (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Data/Homberger.zip (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Data/LiLim.zip (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Data/Solomon.zip (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.snk (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HombergerInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/LiLimFormatInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/LiLimInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Parsers (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Parsers/CordeauParser.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Parsers/LiLimParser.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Parsers/SolomonParser.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Plugin.cs.frame (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Properties (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Properties/AssemblyInfo.cs.frame (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonFormatInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/SolomonInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/TSPLibFormatInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/VRPDataDescriptor.cs (added) * branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/VRPInstanceProvider.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interpreters/CVRPInterpreter.cs (modified) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interpreters/CVRPTWInterpreter.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interpreters/MDCVRPTWInterpreter.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Interpreters/PDPTWInterpreter.cs (added) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/Parsers (deleted) * branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/VehicleRoutingProblem.cs (modified) * branches/VRP/HeuristicLab.VRP.sln (modified) * branches/VRP/bin (added) Added VRP test instances (#1177)