# # ChangeLog for branches/2817-BinPackingSpeedup # # Generated by Trac 1.0.12 # 04/27/24 17:05:39 Wed, 13 Dec 2017 08:47:49 GMT rhanghof [15520] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan3DView.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/2D/BinPacking2D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/ExtremePointCreator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/IExtremePointCreator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/LineProjectionBasedEPCreator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/PointProjectionBasedEPCreator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Edge3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Vector3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/3D-TestLineProjection.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/3D-TestLineProjection0.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPacker.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerResidualSpaceBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpace.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation/IResidualSpaceCalculator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation/ResidualSpaceCalculator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation/ResidualSpaceCalculatorFactory.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/BinPacking.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj (modified) #2817: - Changed the calculation algorithm for creating extreme ... Tue, 28 Nov 2017 15:10:31 GMT rhanghof [15488] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan3DView.Designer.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/PackingPlan3DView.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Algorithms/ExtremePointAlgorithm.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3DException.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Encoding/ExtremePointPermutationDecoder.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Encoding/PermutationProblem.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/ExtremePointCreator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/ExtremePointCreatorFactory.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/IExtremePointCreator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/LineProjectionBasedEPCreator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ExtremePointCreation/PointProjectionBasedEPCreator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Edge3D.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Line3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Vector3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/IOperator.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/3D-TestLineProjection1.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/3D-TestLineProjection2.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/3D-TestLineProjection3.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPacker.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFirstFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFreeVolumeBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerResidualSpaceBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/IOperator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj (modified) #2817: - Added line projection based bin packing - Added residual ... Wed, 15 Nov 2017 11:30:13 GMT rhanghof [15473] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/2D/BinPacking2D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Algorithms/ExtremePointAlgorithm.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Decoder (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Encoding (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Encoding/ExtremePointPermutationDecoder.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Encoding/IDecoder.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Encoding/PermutationProblem.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/BinUtilizationEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/IEvaluator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/MoveEvaluatorBase.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/PackingRatioEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/Swap2MoveEvaluator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/TranslocationMoveEvaluator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/IOperator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/BPPData.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProvider.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RealWorldContainerPackingInstanceProvider.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ThreeDInstanceParser.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/IntegerVectorEncoding (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Interfaces (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/MoveEvaluatorBase.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPacker.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFirstFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFreeVolumeBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerResidualSpaceBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ProblemBase.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemSorter.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PermutationPackingItemSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/Algorithms (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/BinPacking.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/PermutationSortingTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/RandomInstanceProviderTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/ThreeDInstanceParserTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/Parser (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/Parser/3D-UnitTestParser1.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/Parser/3D-UnitTestParser2.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=100-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=150-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=200-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/TestInstances/ReferenceInstances/n=50-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2817: -Added unit tests -Refactoring of bp 3D Tue, 14 Nov 2017 14:31:22 GMT rhanghof [15471] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/3D-UnitTest.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/3D-UnitTest1.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RealWorldContainerPackingInstanceProvider.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/IntegerVectorEncoding/ThreeDInstanceParser.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPacker.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFactory.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFirstFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFreeVolumeBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerResidualSpaceBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PackingPosition.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ProblemBase.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/Algorithms/3D/ExtremePointAlgorithm.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/AlgorithmTest.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/ExtremePointAlgorithmTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/RandomInstanceProviderTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2817 - Added some unit tests - Enhanced the documentation Wed, 08 Nov 2017 15:32:34 GMT rhanghof [15463] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Algorithms (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/3D-Instance-A-1.txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ThreeDInstanceParser.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/IntegerVectorEncoding/ThreeDInstanceParser.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFactory.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/BottomLeftPermutationDecoder.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ExtremePointPermutationDecoder.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ExtremePointPermutationDecoderBase.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/FreeVolumeBestFitExtremePointPermutationDecoder.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/ResidualSpaceBestFitExtremePointPermutationDecoder.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemSorter.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/AlgorithmTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/ExtremePointAlgorithmTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/PermutationSortingTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/AlgorithmTest.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/Utils (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/Utils/TestUtils.cs (added) #2817 -Added unit tests for bin packing 3d. -The items can now be ... Wed, 08 Nov 2017 15:30:41 GMT rhanghof [15462] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Decoder/ExtremePointPermutationDecoder.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/PackingRatioEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPacker.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFirstFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFreeVolumeBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerResidualSpaceBestFit.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PackingPosition.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PermutationEncoding/PermutationProblem.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/Algorithms/3D/ExtremePointAlgorithm.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2817 -Added unit tests for bin packing 3d. -The items can now be ... Tue, 07 Nov 2017 07:24:24 GMT rhanghof [15454] * branches/2817-BinPackingSpeedup/HeuristicLab 3.3.sln (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/HeuristicLab.Problems.BinPacking.Views-3.3.csproj (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Decoder (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Decoder/ExtremePointPermutationDecoder.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Line3D.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Plane3D.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Vector3D.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProvider.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProviderWithSRand.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPacker.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFirstFit.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerFreeVolumeBestFit.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerResidualSpaceBestFit.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PackingPosition.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/Algorithms/3D/ExtremePointAlgorithm.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/BinPacking.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/Random (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/Random/SRand48.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/AlgorithmTest.cs (modified) #2817 - Extreme point bin packing does not need the occupation layer ... Wed, 18 Oct 2017 08:54:23 GMT rhanghof [15424] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProviderWithSRand.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/AlgorithmTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=100-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=150-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=200-id=10 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=01 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=02 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=03 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=04 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=05 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=06 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=07 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=08 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=09 (class=8).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=1).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=2).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=3).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=4).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=5).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=6).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=7).txt (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/ReferenceInstances/n=50-id=10 (class=8).txt (added) #2817: - Added some comments and regions to the source code - Addes ... Tue, 17 Oct 2017 11:52:29 GMT rhanghof [15423] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProviderWithSRand.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/AlgorithmTest.cs (modified) #2817: - Now the new RandomInstanceProvider creates the same ... Wed, 11 Oct 2017 14:17:13 GMT rhanghof [15418] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProvider.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProviderWithSRand.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3 (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/AlgorithmTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2817: - New RandomInstanceProvider added for testing the ... Sun, 06 Aug 2017 21:04:05 GMT abeham [15308] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) #2817: * fixed remaining bugs Fri, 04 Aug 2017 21:45:08 GMT abeham [15307] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) #2817: * Added checkbox to control showing extreme points in ... Fri, 04 Aug 2017 15:00:16 GMT abeham [15306] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking.Views/3.3/Container3DView.xaml.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) #2817: * Drawing extreme points in the visualization (will add a ... Fri, 04 Aug 2017 10:37:19 GMT abeham [15305] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) #2817: * Avoided generating unnecessary extreme points * Added ... Thu, 03 Aug 2017 10:18:10 GMT abeham [15304] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/BinPacking3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PackingPosition.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/BinPacking.cs (modified) #2817: * Improved speed of GenerateNewExtremePointsForNewItem * ... Wed, 02 Aug 2017 20:52:22 GMT abeham [15303] * branches/2817-BinPackingSpeedup (copied) #2817: created branch Wed, 02 Aug 2017 07:52:46 GMT mkommend [15302] * trunk/sources/HeuristicLab.Optimization/3.3/Algorithms/BasicAlgorithm.cs (modified) #2816: Corrected cloning of basic algorithms.