Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/20/16 14:02:36 (8 years ago)
Author:
gkronber
Message:

#1966: refactoring of bin packing implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.3D/3.3/HeuristicLab.Problems.BinPacking3D-3.3.csproj

    r14062 r14128  
    166166    <Compile Include="DecoderInterfaces\I3DMCVDecoder.cs" />
    167167    <Compile Include="DecoderInterfaces\I3DPSDecoder.cs" />
    168     <Compile Include="Decoders\DBL\DeepestBottomLeftGroupingVectorDecoder.cs" />
    169     <Compile Include="Decoders\DBL\DeepestBottomLeftMultiComponentVectorDecoder.cs" />
    170168    <Compile Include="Decoders\DBL\DeepestBottomLeftPackingSequenceDecoder.cs" />
    171     <Compile Include="Decoders\EP\ExtremePointGroupingVectorDecoder3D.cs" />
    172     <Compile Include="Decoders\EP\ExtremePointMultiComponentVectorDecoder3D.cs" />
    173169    <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder3D.cs" />
    174170    <Compile Include="I3DOperator.cs" />
     
    184180    <Compile Include="PackingShape.cs" />
    185181    <Compile Include="Plugin.cs" />
    186     <Compile Include="Problem.cs" />
    187182    <Compile Include="Properties\AssemblyInfo.cs" />
    188183    <Compile Include="Solution.cs" />
Note: See TracChangeset for help on using the changeset viewer.