Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/16 10:19:55 (8 years ago)
Author:
gkronber
Message:

#1966: new implementation for 2d bin packing problem with permutation encoding

File:
1 edited

Legend:

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

    r14128 r14146  
    163163  <ItemGroup>
    164164    <Compile Include="BinPacking3D.cs" />
    165     <Compile Include="DecoderInterfaces\I3DGVDecoder.cs" />
    166     <Compile Include="DecoderInterfaces\I3DMCVDecoder.cs" />
    167     <Compile Include="DecoderInterfaces\I3DPSDecoder.cs" />
    168     <Compile Include="Decoders\DBL\DeepestBottomLeftPackingSequenceDecoder.cs" />
    169     <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder3D.cs" />
    170165    <Compile Include="I3DOperator.cs" />
    171166    <Compile Include="Instances\BPPData.cs" />
    172167    <Compile Include="Instances\RandomDataDescriptor.cs" />
    173168    <Compile Include="Instances\RandomInstanceProvider.cs" />
    174     <Compile Include="MoveEvaluators\PackingMoveEvaluator3DGV.cs" />
    175     <Compile Include="MoveEvaluators\PackingMoveEvaluator3DMCV.cs" />
    176     <Compile Include="MoveEvaluators\PackingMoveEvaluator3DPS.cs" />
    177169    <Compile Include="PackingItem.cs" />
    178170    <Compile Include="PackingPosition.cs" />
    179     <Compile Include="PackingRatioEvaluator.cs" />
    180171    <Compile Include="PackingShape.cs" />
    181172    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.