# # ChangeLog for branches/PTSP/PTSP.sln # # Generated by Trac 1.0.12 # 08/20/24 20:16:38 Thu, 26 Mar 2015 15:14:52 GMT apolidur [12261] * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers/PTSPExhaustiveInsertionLocalImprovement.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/OneShift/PTSPEstimatedInsertionEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPEstimatedInversionMovePathEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) * branches/PTSP/PTSP.sln (modified) #2221: Fixing MoveEvaluators after running unit tests Thu, 19 Mar 2015 16:16:39 GMT apolidur [12228] * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/AnalyticalPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/EstimatedPTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers/PTSPExhaustiveInsertionLocalImprovement.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Improvers/PTSPExhaustiveInversionLocalImprovement.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/MoveEvaluators/TwoOpt/PTSPAnalyticalInversionMovePathEvaluator.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (modified) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PathPTSPTour.cs (added) * branches/PTSP/PTSP.sln (modified) #2221: Local improvement operator for VNS Mon, 09 Mar 2015 14:57:56 GMT apolidur [12166] * branches/PTSP (added) * branches/PTSP/HeuristicLab.Problems.PTSP (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3 (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.Problems.PTSP-3.3.csproj (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/HeuristicLab.snk (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/PTSP.cs (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Plugin.cs.frame (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Properties (added) * branches/PTSP/HeuristicLab.Problems.PTSP/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/PTSP/PTSP.sln (added) * branches/PTSP/PreBuildEvent.cmd (added) #2221: Initial commit of the branch