# # ChangeLog for branches/2817-BinPackingSpeedup/HeuristicLab.Tests # # Generated by Trac 1.0.12 # 06/16/24 12:47:42 Mon, 09 Jul 2018 10:59:38 GMT rhanghof [15989] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Algorithms/ExtremePointAlgorithm.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProvider.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/IPackingItemClusteredSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/IPackingItemSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemAreaHeightSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemClusterdHeightAreaSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemClusteredAreaHeightSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemGivenSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemHeightAreaSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemHeightVolumeSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PackingItemVolumeHeightSorter.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Algorithms/ExtremePointAlgorithmTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Instances/RandomInstanceProviderTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Instances/ThreeDInstanceParserTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Sorting/PermutationSortingTest.cs (modified) #2817: - Adjusted the unit tests - Refactoring of the sorter - ... Wed, 13 Jun 2018 13:32:27 GMT rhanghof [15959] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Algorithms/ExtremePointAlgorithm.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/BinPackerFormClosure.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerWidthBestFit.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/3D/Algorithms/ExtremePointAlgorithmTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Instances/RandomInstanceProviderTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Instances/ThreeDInstanceParserTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Sorting/PermutationSortingTest.cs (modified) #2817: - Refactoring BinPackerFormClosure.cs -> ... Wed, 07 Feb 2018 13:54:42 GMT rhanghof [15731] * 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/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/Evaluators/BinUtilizationEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/IEvaluator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Evaluators/PackingRatioEvaluator.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/ExtremePointPruning/ExtremePointPruning.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Graph (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Graph/VertexWithItemId.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/ThreeDInstanceParser.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Material/FrictionalCoefficientTable.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Material/MaterialType.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/BinPackerFormClosure.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Packer/BinPackerMinRSLeft.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PackingItem.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Solution.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/PermutationPackingItemSorter.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/Instances/ThreeDInstanceParserTest.cs (modified) #2817: - Added a new packer. - Enhanced the material types. - ... Tue, 09 Jan 2018 14:46:53 GMT rhanghof [15585] * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Algorithms/ExtremePointAlgorithm.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/LineProjectionBasedEPCreator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation/ResidualSpaceCalculator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Algorithms/ExtremePointAlgorithmTest.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Instances/RandomInstanceProviderTest.cs (modified) #2817: - Bugfixes for the line projection based extreme point ... Wed, 20 Dec 2017 15:15:38 GMT rhanghof [15554] * 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/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/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/Line3D.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Geometry/Plane3D.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 (added) * 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/Packer/IBinPacker.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/PackingPosition.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation/IResidualSpaceCalculator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/ResidualSpaceCalculation/ResidualSpaceCalculator.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Sorting/IOperator.cs (deleted) * 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/Algorithms (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Algorithms/ExtremePointAlgorithmTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/ExtremePointAlgorithmTest.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/ExtremePointCreation (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/ExtremePointCreation/TestLineProjectionBasedEPCreator.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Geometry (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Geometry/Edge3DTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Geometry/Line3DTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Geometry/Plane3DTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Geometry/Vector3DTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Instances (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Instances/RandomInstanceProviderTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Instances/ThreeDInstanceParserTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/PermutationSortingTest.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/RandomInstanceProviderTest.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/ResidualSpaceCalculation (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/ResidualSpaceCalculation/ResidualSpaceCalculatorTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Sorting (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Sorting/PermutationSortingTest.cs (added) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/ThreeDInstanceParserTest.cs (deleted) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/Utils/TestUtils.cs (modified) * branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2817: - Unittests - Bugfixes on the line projection based extreme ... 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 ... Wed, 02 Aug 2017 20:52:22 GMT abeham [15303] * branches/2817-BinPackingSpeedup (copied) #2817: created branch Wed, 26 Jul 2017 13:48:32 GMT jkarder [15287] * trunk/sources (modified) * trunk/sources/HeuristicLab.Algorithms.ALPS (modified) * trunk/sources/HeuristicLab.Algorithms.Benchmarks/3.3/BenchmarkAlgorithm.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis.Views/3.4/CrossValidationView.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/CrossValidation.cs (modified) * trunk/sources/HeuristicLab.Algorithms.DataAnalysis/3.4/FixedDataAnalysisAlgorithm.cs (modified) * trunk/sources/HeuristicLab.Algorithms.MOCMAEvolutionStrategy (modified) * trunk/sources/HeuristicLab.Analysis (modified) * trunk/sources/HeuristicLab.Analysis.Views (modified) * trunk/sources/HeuristicLab.Analysis.Views/3.3/HeatMapView.resx (modified) * trunk/sources/HeuristicLab.Clients.Hive/3.3/Tasks/EngineTask.cs (modified) * trunk/sources/HeuristicLab.Clients.Hive/3.3/Tasks/OptimizerTask.cs (modified) * trunk/sources/HeuristicLab.Clients.OKB.Views/3.3/RunCreation/Views/OKBAlgorithmView.cs (modified) * trunk/sources/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBAlgorithm.cs (modified) * trunk/sources/HeuristicLab.Common/3.3/AsyncHelper.cs (copied) * trunk/sources/HeuristicLab.Common/3.3/HeuristicLab.Common-3.3.csproj (modified) * trunk/sources/HeuristicLab.Core (modified) * trunk/sources/HeuristicLab.Core.Views/3.3/TypeSelector.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/Engine.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/Executable.cs (modified) * trunk/sources/HeuristicLab.Core/3.3/Interfaces/IExecutable.cs (modified) * trunk/sources/HeuristicLab.Data.Views (modified) * trunk/sources/HeuristicLab.Data.Views/3.3 (modified) * trunk/sources/HeuristicLab.Data/3.3 (modified) * trunk/sources/HeuristicLab.DataPreprocessing (modified) * trunk/sources/HeuristicLab.DataPreprocessing.Views (modified) * trunk/sources/HeuristicLab.DataPreprocessing/3.4 (modified) * trunk/sources/HeuristicLab.DebugEngine/3.3/DebugEngine.cs (modified) * trunk/sources/HeuristicLab.Encodings.BinaryVectorEncoding (modified) * trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding (modified) * trunk/sources/HeuristicLab.Encodings.PermutationEncoding (modified) * trunk/sources/HeuristicLab.Encodings.RealVectorEncoding (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding (modified) * trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views (modified) * trunk/sources/HeuristicLab.ExtLibs (modified) * trunk/sources/HeuristicLab.Optimization (modified) * trunk/sources/HeuristicLab.Optimization.Views (modified) * trunk/sources/HeuristicLab.Optimization.Views/3.3/IOptimizerView.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Algorithms/Algorithm.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Algorithms/BasicAlgorithm.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Algorithms/EngineAlgorithm.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/MetaOptimizers/BatchRun.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/MetaOptimizers/Experiment.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/MetaOptimizers/TimeLimitRun.cs (modified) * trunk/sources/HeuristicLab.Optimization/3.3/Problems/SingleObjectiveHeuristicOptimizationProblem.cs (modified) * trunk/sources/HeuristicLab.Optimizer (modified) * trunk/sources/HeuristicLab.Persistence (modified) * trunk/sources/HeuristicLab.Problems.BinPacking (modified) * trunk/sources/HeuristicLab.Problems.BinPacking.Views (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification.Views (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Regression/3.4 (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.TimeSeriesPrognosis (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views (modified) * trunk/sources/HeuristicLab.Problems.DataAnalysis.Views (modified) * trunk/sources/HeuristicLab.Problems.GrammaticalEvolution (modified) * trunk/sources/HeuristicLab.Problems.Instances (modified) * trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis (modified) * trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views (modified) * trunk/sources/HeuristicLab.Problems.Instances.TSPLIB.Views (modified) * trunk/sources/HeuristicLab.Problems.QuadraticAssignment (modified) * trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Algorithms/3.3/RobustTabooSearch.cs (modified) * trunk/sources/HeuristicLab.Problems.QuadraticAssignment.Views (modified) * trunk/sources/HeuristicLab.Problems.TestFunctions (modified) * trunk/sources/HeuristicLab.Problems.TravelingSalesman.Views (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting (modified) * trunk/sources/HeuristicLab.Problems.VehicleRouting.Views (modified) * trunk/sources/HeuristicLab.Services.Hive (modified) * trunk/sources/HeuristicLab.Services.Hive.DataAccess (modified) * trunk/sources/HeuristicLab.Tests (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/AlgorithmExtensions.cs (deleted) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/CollectObjectGraphTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/GeneticAlgorithmTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/SamplesUtils.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/GaussianProcessRegressionTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/GradientBoostingTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Algorithms.DataAnalysis-3.4/SupportVectorMachineTest.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Scripting-3.3/Script Sources/GUIAutomationScriptSource.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Scripting-3.3/ScriptingUtils.cs (modified) * trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj (modified) #2258: merged `Async` branch into trunk