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.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj

    r14063 r14128  
    163163  <ItemGroup>
    164164    <Compile Include="BinPacking2D.cs" />
    165     <Compile Include="Decoders\BL\BottomLeftGroupingVectorDecoder.cs" />
    166     <Compile Include="Decoders\BL\BottomLeftMultiComponentVectorDecoder.cs" />
    167     <Compile Include="Decoders\BL\BottomLeftPackingSequenceDecoder.cs" />
    168     <Compile Include="Decoders\EP\ExtremePointGroupingVectorDecoder2D.cs" />
    169     <Compile Include="Decoders\EP\ExtremePointMultiComponentVectorDecoder2D.cs" />
    170     <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder2D.cs" />
     165    <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder2D.cs">
     166      <SubType>Code</SubType>
     167    </Compile>
    171168    <Compile Include="Instances\BPPData.cs" />
    172169    <Compile Include="Instances\RandomDataDescriptor.cs" />
     
    176173    <Compile Include="Interfaces\I2DOperator.cs" />
    177174    <Compile Include="Interfaces\I2DPSDecoder.cs" />
    178     <Compile Include="MoveEvaluators\PackingMoveEvaluator2DGV.cs" />
    179     <Compile Include="MoveEvaluators\PackingMoveEvaluator2DMCV.cs" />
    180     <Compile Include="MoveEvaluators\PackingMoveEvaluator2DPS.cs" />
    181175    <Compile Include="PackingItem.cs" />
    182176    <Compile Include="PackingPosition.cs" />
    183177    <Compile Include="PackingRatioEvaluator.cs" />
     178    <Compile Include="PackingSequenceProblem.cs" />
    184179    <Compile Include="PackingShape.cs" />
    185180    <Compile Include="Plugin.cs" />
    186     <Compile Include="Problem.cs" />
    187181    <Compile Include="Properties\AssemblyInfo.cs" />
    188182    <Compile Include="Solution.cs" />
     
    198192      <Name>HeuristicLab.Problems.BinPacking-3.3</Name>
    199193    </ProjectReference>
     194  </ItemGroup>
     195  <ItemGroup>
     196    <Folder Include="Decoders\BL\" />
     197    <Folder Include="MoveEvaluators\" />
    200198  </ItemGroup>
    201199  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.