# # ChangeLog for trunk/sources/HeuristicLab.Problems.VehicleRouting.Views # # Generated by Trac 1.0.12 # 07/08/24 14:09:19 Thu, 08 Jul 2010 09:31:51 GMT svonolfe [4016] * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.cs (modified) Fixed crash in VRP solution view (#1039) Thu, 08 Jul 2010 09:23:02 GMT svonolfe [4015] * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.Designer.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Evaluators/VRPEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/MoveEvaluators/VRPMoveEvaluator.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VRPSolution.cs (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs (modified) Improved VRP solution view (#1039) Mon, 21 Jun 2010 18:43:53 GMT svonolfe [3938] * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/HeuristicLab.Problems.VehicleRouting.Views-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.Designer.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VRPSolutionView.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.Designer.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/VehicleRoutingProblemView.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Analyzers/BestVRPSolutionAnalyzer.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/AlbaEncoding.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Creators (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Creators/AlbaPermutationCreator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Creators/AlbaPushForwardInsertionCreator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Crossovers (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Crossovers/AlbaPermutationCrossover.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Manipulators/AlbaPermutationManipulator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/AlbaMoveMaker.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/AlbaMoveOperator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveEvaluator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveGenerator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveHardTabuCriterion.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveMaker.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveSoftTabuCriterion.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Alba/Moves/ThreeOpt/AlbaTranslocationMoveTabuMaker.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/Tour.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPCreator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPCrossover.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPManipulator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Encodings/VRPMoveOperator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Evaluators (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Evaluators/VRPEvaluator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLabProblemsVehicleRoutingPlugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPCreator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPCrossover.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPEncoding.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPEvaluator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPManipulator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPMoveEvaluator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPMoveOperator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Interfaces/IVRPOperator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/MoveEvaluators (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/MoveEvaluators/VRPMoveEvaluator.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/SolomonParser.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VRPSolution.cs (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/VehicleRoutingProblem.cs (added) Added CVRP implementation using the Alba encoding (#1039) Thu, 17 Jun 2010 12:52:37 GMT mkommend [3928] * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3 (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3 (modified) added plugin files for VRP and VRP.Views to SVN ignore list (ticket ... Tue, 15 Jun 2010 09:44:41 GMT svonolfe [3920] * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3 (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/HeuristicLab.Problems.VehicleRouting.Views-3.3.csproj (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/HeuristicLabProblemsVehicleRoutingViewsPlugin.cs.frame (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/Properties (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views/3.3/Properties/AssemblyInfo.frame (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3 (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.Problems.VehicleRouting-3.3.csproj (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLab.snk (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/HeuristicLabProblemsVehicleRoutingPlugin.cs.frame (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Properties (added) * trunk/sources/HeuristicLab.Problems.VehicleRouting/3.3/Properties/AssemblyInfo.frame (added) * trunk/sources/HeuristicLab/3.3/Files.txt (modified) Added plugins for the VRP implementation (#1039)