Free cookie consent management tool by TermsFeed Policy Generator

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

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

File:
1 edited

Legend:

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

    r13605 r13606  
    160160    <Compile Include="Analyzers\BestBinPackingSolutionAnalyzer.cs" />
    161161    <Compile Include="Analyzers\BinPackingAnalyzer.cs" />
    162     <Compile Include="Decoders\2D\BL\BottomLeftMultiComponentVectorDecoder.cs" />
    163     <Compile Include="Decoders\2D\EP\ExtremePointGroupingVectorDecoder2D.cs" />
    164     <Compile Include="Decoders\2D\EP\ExtremePointMultiComponentVectorDecoder2D.cs" />
    165     <Compile Include="Decoders\2D\EP\ExtremePointPackingSequenceDecoder2D.cs" />
    166162    <Compile Include="Decoders\3D\EP\ExtremePointMultiComponentVectorDecoder3D.cs" />
    167163    <Compile Include="Decoders\3D\EP\ExtremePointGroupingVectorDecoder3D.cs" />
     
    169165    <Compile Include="Decoders\3D\DBL\DeepestBottomLeftMultiComponentVectorDecoder.cs" />
    170166    <Compile Include="Decoders\3D\DBL\DeepestBottomLeftGroupingVectorDecoder.cs" />
    171     <Compile Include="Decoders\2D\BL\BottomLeftGroupingVectorDecoder.cs" />
    172167    <Compile Include="Decoders\3D\DBL\DeepestBottomLeftPackingSequenceDecoder.cs" />
    173     <Compile Include="Decoders\2D\BL\BottomLeftPackingSequenceDecoder.cs" />
    174168    <Compile Include="Decoders\3D\EP\ISOContainerMultiComponentVectorDecoder3D.cs" />
    175169    <Compile Include="Decoders\PackingSolutionDecoder.cs" />
     
    228222    <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorRandomCreator.cs" />
    229223    <Compile Include="Encodings\MultiComponentVector\ThreeWayMultiComponentVectorManipulator.cs" />
    230     <Compile Include="Encodings\PackingPlans\BinPacking2D.cs" />
    231224    <Compile Include="Encodings\PackingPlans\BinPacking3D.cs" />
    232225    <Compile Include="Encodings\PackingPlans\BinPacking.cs" />
     
    265258    <Compile Include="Encodings\PackingSolutionCrossover.cs" />
    266259    <Compile Include="Encodings\PackingSolutionManipulator.cs" />
    267     <Compile Include="Evaluators\2D\PackingRatioRectangularIdenticalBinEvaluator.cs" />
    268260    <Compile Include="Evaluators\3D\PackingRatioCuboidIdenticalBinEvaluator.cs" />
    269261    <Compile Include="Evaluators\Abstract\BinUtilizationRegularIdenticalBinEvaluator.cs" />
     
    277269    <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />
    278270    <Compile Include="Instances\RealBPPData.cs" />
    279     <Compile Include="Interfaces\DecoderInterfaces\I2DMCVDecoder.cs" />
    280271    <Compile Include="Interfaces\DecoderInterfaces\I3DMCVDecoder.cs" />
    281     <Compile Include="Interfaces\DecoderInterfaces\I2DGVDecoder.cs" />
    282272    <Compile Include="Interfaces\DecoderInterfaces\I3DGVDecoder.cs" />
    283     <Compile Include="Interfaces\DecoderInterfaces\I2DPSDecoder.cs" />
    284273    <Compile Include="Interfaces\DecoderInterfaces\I3DPSDecoder.cs" />
    285274    <Compile Include="Interfaces\IPackingSequenceMoveOperator.cs" />
    286275    <Compile Include="Interfaces\I3DOperator.cs" />
    287     <Compile Include="Interfaces\I2DOperator.cs" />
    288276    <Compile Include="Interfaces\IPackingMove.cs" />
    289277    <Compile Include="Interfaces\IMultiComponentVectorMoveOperator.cs" />
     
    303291    <Compile Include="Interfaces\IPackingShape.cs" />
    304292    <Compile Include="Interfaces\IPackingDimensions.cs" />
    305     <Compile Include="MoveEvaluators\PackingMoveEvaluator2DPS.cs" />
    306293    <Compile Include="MoveEvaluators\PackingMoveEvaluator3DPS.cs" />
    307294    <Compile Include="MoveEvaluators\PackingMoveEvaluator.cs" />
    308     <Compile Include="MoveEvaluators\PackingMoveEvaluator2DGV.cs">
    309       <SubType>Code</SubType>
    310     </Compile>
    311     <Compile Include="MoveEvaluators\PackingMoveEvaluator2DMCV.cs">
    312       <SubType>Code</SubType>
    313     </Compile>
    314295    <Compile Include="MoveEvaluators\PackingMoveEvaluator3DGV.cs">
    315296      <SubType>Code</SubType>
     
    324305    <Compile Include="Dimensions\PackingDimensions.cs" />
    325306    <Compile Include="Dimensions\ThreeDimensionalPacking.cs" />
    326     <Compile Include="Dimensions\TwoDimensionalPacking.cs" />
    327     <Compile Include="Problem\RectangularIdenticalBinPackingProblem.cs" />
    328307    <Compile Include="Shapes\PackingShape.cs" />
    329308    <Compile Include="Shapes\CuboidPackingShape.cs" />
    330     <Compile Include="Shapes\RectangularPackingShape.cs" />
    331309    <Compile Include="Interfaces\IRegularPackingShape.cs" />
    332310    <Compile Include="PackingBin\CuboidPackingBin.cs" />
    333     <Compile Include="PackingBin\RectangularPackingBin.cs" />
    334311    <Compile Include="PackingItem\CuboidPackingItem.cs" />
    335312    <Compile Include="Interfaces\IPackingBin.cs" />
    336313    <Compile Include="Interfaces\IPackingItem.cs" />
    337314    <Compile Include="Interfaces\IPackingPlan.cs" />
    338     <Compile Include="PackingItem\RectangularPackingItem.cs" />
    339315    <Compile Include="Plugin.cs" />
    340316    <Compile Include="Properties\AssemblyInfo.cs" />
Note: See TracChangeset for help on using the changeset viewer.