# # ChangeLog for branches/ProblemRefactoring/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views-3.3.csproj # # Generated by Trac 1.0.12 # 08/12/24 15:24:30 Tue, 24 Nov 2015 16:27:35 GMT abeham [13373] * branches/ProblemRefactoring/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/MultiObjectiveProblemDefinitionScript.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/ProgrammableProblemInstances.cs (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/MultiObjectiveCombinedEncodingProblem_Template.cs (copied) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/MultiObjectiveProblem_Template.cs (moved) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/ScriptTemplates.Designer.cs (added) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/ScriptTemplates.resx (modified) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/SingleObjectiveCombinedEncodingProblem_Template.cs (copied) * branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/SingleObjectiveProblem_Template.cs (moved) #2521: adapted templates, fixed missing reference in outdated plugin ... Mon, 23 Nov 2015 09:01:45 GMT mkommend [13331] * branches/ProblemRefactoring (copied) #2521: Branched trunk/sources for problem refactoring. Tue, 25 Aug 2015 12:18:07 GMT gkronber [12899] * trunk/sources/HeuristicLab 3.3.sln (modified) * trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.4 (copied) * trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.3/HeuristicLab.Problems.LawnMower.Views-3.3.csproj (deleted) * trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.4/HeuristicLab.Problems.LawnMower.Views-3.4.csproj (added) * trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.4/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.4/Properties/AssemblyInfo.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.LawnMower.Views/3.4/SolutionProgramView.cs (modified) * trunk/sources/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower-3.3.csproj (modified) * trunk/sources/HeuristicLab.Problems.LawnMower/3.3/Problem.cs (modified) * trunk/sources/HeuristicLab.Problems.LawnMower/3.4 (copied) * trunk/sources/HeuristicLab.Problems.LawnMower/3.3/HeuristicLab.Problems.LawnMower-3.3.csproj (deleted) * trunk/sources/HeuristicLab.Problems.LawnMower/3.4/HeuristicLab.Problems.LawnMower-3.4.csproj (added) * trunk/sources/HeuristicLab.Problems.LawnMower/3.4/Interpreter.cs (modified) * trunk/sources/HeuristicLab.Problems.LawnMower/3.4/Plugin.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.LawnMower/3.4/Problem.cs (modified) * trunk/sources/HeuristicLab.Problems.LawnMower/3.4/Properties/AssemblyInfo.cs.frame (modified) * trunk/sources/HeuristicLab.Problems.LawnMower/3.4/Solution.cs (modified) #2422: ported lawn mower problem to use BasicProblem and ...