# # ChangeLog for branches/2981_MRCPSP # # Generated by Trac 1.0.12 # 06/23/24 04:14:00 Mon, 11 Feb 2019 16:28:46 GMT ddorfmei [16598] * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Crossovers (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Crossovers/MRCPSPTwoPointCrossover.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Encoding (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Encoding/Activity.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Encoding/Mode.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Encoding/ResourceCapacity.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Encoding/ResourceDemand.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/HeuristicLab.Problem.Scheduling.MRCPSP-3.3.csproj (modified) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Improvers (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Improvers/BasicMrcpspImprover.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Improvers/CriticalPathImprover.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Improvers/FeasibilityImprover.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Improvers/MrcpspImprover.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Improvers/WorkContentImprover.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/MultiModeFileImporter.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/MultiModeResourceConstrainedProjectSchedulingProblem.cs (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Plugin.cs.frame (modified) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Properties/AssemblyInfo.cs.frame (modified) * branches/2981_MRCPSP/UnitTestProject (added) * branches/2981_MRCPSP/UnitTestProject/Properties (added) * branches/2981_MRCPSP/UnitTestProject/Properties/AssemblyInfo.cs (added) * branches/2981_MRCPSP/UnitTestProject/UnitTest.cs (added) * branches/2981_MRCPSP/UnitTestProject/UnitTestProject.csproj (added) * branches/2981_MRCPSP/UnitTestProject/packages.config (added) #2981: * added problem definition * added improvers and crossover ... Wed, 09 Jan 2019 10:01:10 GMT ddorfmei [16523] * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3 (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/HeuristicLab.Problem.Scheduling.MRCPSP-3.3.csproj (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/HeuristicLab.snk (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Plugin.cs.frame (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Properties (added) * branches/2981_MRCPSP/HeuristicLab.Problem.Scheduling.MRCPSP/3.3/Properties/AssemblyInfo.cs.frame (added) * branches/2981_MRCPSP/PreBuildEvent.cmd (added) * branches/2981_MRCPSP/PreBuildEvent.sh (added) #2981: created plugin Tue, 08 Jan 2019 14:59:46 GMT ddorfmei [16521] * branches/2981_MRCPSP (added) #2981: created branch