Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/08/16 20:54:12 (8 years ago)
Author:
gkronber
Message:

#1966 refactoring (moved 2d-specific classes into separate project)

Location:
branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3
Files:
4 added
3 edited
3 copied
13 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3

    • Property svn:ignore set to
      bin
      obj
      *.user
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/Decoders/BL/BottomLeftMultiComponentVectorDecoder.cs

    r13032 r13606  
    3030using HeuristicLab.Problems.BinPacking.Interfaces;
    3131using HeuristicLab.Encodings.PackingEncoding.MultiComponentVector;
     32using HeuristicLab.Problems.BinPacking2D;
    3233
    3334namespace HeuristicLab.Problems.BinPacking.Decoders {
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj

    r13605 r13606  
    158158  </ItemGroup>
    159159  <ItemGroup>
     160    <Compile Include="Decoders\BL\BottomLeftGroupingVectorDecoder.cs" />
     161    <Compile Include="Decoders\BL\BottomLeftMultiComponentVectorDecoder.cs" />
     162    <Compile Include="Decoders\BL\BottomLeftPackingSequenceDecoder.cs" />
     163    <Compile Include="Decoders\EP\ExtremePointGroupingVectorDecoder2D.cs" />
     164    <Compile Include="Decoders\EP\ExtremePointMultiComponentVectorDecoder2D.cs" />
     165    <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder2D.cs" />
     166    <Compile Include="Interfaces\I2DGVDecoder.cs" />
     167    <Compile Include="Interfaces\I2DMCVDecoder.cs" />
     168    <Compile Include="Interfaces\I2DOperator.cs" />
     169    <Compile Include="Interfaces\I2DPSDecoder.cs" />
     170    <Compile Include="MoveEvaluators\PackingMoveEvaluator2DGV.cs" />
     171    <Compile Include="MoveEvaluators\PackingMoveEvaluator2DMCV.cs" />
     172    <Compile Include="MoveEvaluators\PackingMoveEvaluator2DPS.cs" />
     173    <Compile Include="PackingRatioRectangularIdenticalBinEvaluator.cs" />
    160174    <Compile Include="Plugin.cs" />
    161175    <Compile Include="Properties\AssemblyInfo.cs" />
     176    <Compile Include="RectangularIdenticalBinPackingProblem.cs" />
     177    <Compile Include="RectangularPackingBin.cs" />
     178    <Compile Include="RectangularPackingItem.cs" />
     179    <Compile Include="RectangularPackingShape.cs" />
     180    <Compile Include="TwoDimensionalPacking.cs" />
    162181  </ItemGroup>
    163182  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.