Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/17 16:15:38 (6 years ago)
Author:
rhanghof
Message:

#2817:

  • Unittests
  • Bugfixes on the line projection based extreme point creation method
File:
1 edited

Legend:

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

    r15471 r15554  
    1717    /// <param name="fittingMethod"></param>
    1818    /// <returns>Returns a new BinPacker depending on the given fitting method</returns>
    19     public static BinPacker CreateBinPacker(FittingMethod fittingMethod) {
    20       BinPacker binPacker = null;
     19    public static IBinPacker CreateBinPacker(FittingMethod fittingMethod) {
     20      IBinPacker binPacker = null;
    2121      switch (fittingMethod) {
    2222        case FittingMethod.FirstFit:
Note: See TracChangeset for help on using the changeset viewer.