Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/17 16:10:31 (6 years ago)
Author:
rhanghof
Message:

#2817:

  • Added line projection based bin packing
  • Added residual spaces to the view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2817-BinPackingSpeedup/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj

    r15473 r15488  
    103103    <Compile Include="2D\ProblemBase.cs" />
    104104    <Compile Include="2D\Solution.cs" />
     105    <Compile Include="3D\BinPacking3DException.cs" />
     106    <Compile Include="3D\ExtremePointCreation\ExtremePointCreatorFactory.cs" />
     107    <Compile Include="3D\ExtremePointCreation\ExtremePointCreator.cs" />
     108    <Compile Include="3D\ExtremePointCreation\IExtremePointCreator.cs" />
     109    <Compile Include="3D\ExtremePointCreation\LineProjectionBasedEPCreator.cs" />
     110    <Compile Include="3D\ExtremePointCreation\PointProjectionBasedEPCreator.cs" />
     111    <Compile Include="3D\Geometry\Edge3D.cs" />
    105112    <Compile Include="3D\Packer\BinPacker.cs" />
    106113    <Compile Include="3D\Packer\BinPackerFactory.cs" />
     
    123130    <Compile Include="3D\Encoding\IDecoder.cs" />
    124131    <Compile Include="3D\Evaluators\IEvaluator.cs" />
    125     <Compile Include="3D\IOperator.cs" />
     132    <Compile Include="3D\Sorting\IOperator.cs" />
    126133    <Compile Include="3D\Evaluators\MoveEvaluatorBase.cs" />
    127134    <Compile Include="3D\PackingItem.cs" />
Note: See TracChangeset for help on using the changeset viewer.