Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/18/17 10:54:23 (7 years ago)
Author:
rhanghof
Message:

#2817:

  • Added some comments and regions to the source code
  • Addes reference instance files created by the test algoritm of S. Martello, D. Pisinger, D. Vigo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/3D/Instances/RandomInstanceProviderWithSRand.cs

    r15423 r15424  
    9999    /// Number of created test items. This items are used for packing them into the bin
    100100    /// </summary>
    101     private static readonly int[] numberOfGeneratedTestItems = new int[] { 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 150, 200 };   
     101    //private static readonly int[] numberOfGeneratedTestItems = new int[] { 10, 15, 20, 25, 30, 35, 40, 45, 50, 60, 70, 80, 90, 100, 150, 200 };
     102    private static readonly int[] numberOfGeneratedTestItems = new int[] { 50, 100, 150, 200 };
    102103
    103104    /// <summary>
    104105    /// Number of instance for which should be created for each instance
    105106    /// </summary>
    106     private static readonly int numberOfGeneratedInstances = 30;
     107    private static readonly int numberOfGeneratedInstances = 10;
    107108
    108109    #region Random Generator srand48
Note: See TracChangeset for help on using the changeset viewer.