Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/07/18 14:54:42 (6 years ago)
Author:
rhanghof
Message:

#2817:

  • Added a new packer.
  • Enhanced the material types.
  • Added extreme point pruning for layer support in the extrem point creators.
  • BinPacking3D: Added a graph for calculating weigth distribution of the items.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2817-BinPackingSpeedup/HeuristicLab.Tests/HeuristicLab.Problems.Bin-Packing-3.3/3D/Instances/ThreeDInstanceParserTest.cs

    r15554 r15731  
    6767        Assert.AreEqual(expected.Height, actual.Height);
    6868        Assert.AreEqual(expected.Depth, actual.Depth);
    69         Assert.AreEqual(expected.Material, actual.Material);
     69        Assert.AreEqual(expected.Layer, actual.Layer);
    7070        Assert.AreEqual(expected.Weight, actual.Weight);
    7171      }
     
    9494        Assert.AreEqual(expected.Height, actual.Height);
    9595        Assert.AreEqual(expected.Depth, actual.Depth);
    96         Assert.AreEqual(expected.Material, actual.Material);
     96        Assert.AreEqual(expected.Layer, actual.Layer);
    9797        Assert.AreEqual(expected.Weight, actual.Weight);
    9898      }
Note: See TracChangeset for help on using the changeset viewer.