# # ChangeLog for branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/MoveEvaluators/TranslocationMoveEvaluator.cs # # Generated by Trac 1.0.12 # 05/21/24 19:35:29 Thu, 21 Jul 2016 08:54:47 GMT gkronber [14147] * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/BinUtilizationEvaluator.cs (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/BottomLefttPermutationDecoder.cs (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/ExtremePointPermutationDecoder.cs (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj (modified) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces/IEvaluator.cs (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Interfaces/IPermutationDecoder.cs (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/MoveEvaluators/Swap2MoveEvaluator.cs (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/MoveEvaluators/TranslocationMoveEvaluator.cs (added) * branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/PackingSequenceProblem.cs (modified) #1966: finished implementation of 2d bin packing problem using ...