Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/08/16 21:25:11 (8 years ago)
Author:
gkronber
Message:

#1966 refactoring (moved 3d-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

    r13607 r13608  
    160160    <Compile Include="Analyzers\BestBinPackingSolutionAnalyzer.cs" />
    161161    <Compile Include="Analyzers\BinPackingAnalyzer.cs" />
    162     <Compile Include="Decoders\3D\EP\ExtremePointMultiComponentVectorDecoder3D.cs" />
    163     <Compile Include="Decoders\3D\EP\ExtremePointGroupingVectorDecoder3D.cs" />
    164     <Compile Include="Decoders\3D\EP\ExtremePointPackingSequenceDecoder3D.cs" />
    165     <Compile Include="Decoders\3D\DBL\DeepestBottomLeftMultiComponentVectorDecoder.cs" />
    166     <Compile Include="Decoders\3D\DBL\DeepestBottomLeftGroupingVectorDecoder.cs" />
    167     <Compile Include="Decoders\3D\DBL\DeepestBottomLeftPackingSequenceDecoder.cs" />
    168     <Compile Include="Decoders\3D\EP\ISOContainerMultiComponentVectorDecoder3D.cs" />
    169     <Compile Include="Decoders\PackingSolutionDecoder.cs" />
     162    <Compile Include="BinPackingProblem.cs" />
    170163    <Compile Include="Encodings\GroupingVector\GroupingVectorSwap2Manipulator.cs" />
    171164    <Compile Include="Encodings\GroupingVector\GroupingVectorSinglePointCrossover.cs" />
     
    258251    <Compile Include="Encodings\PackingSolutionCrossover.cs" />
    259252    <Compile Include="Encodings\PackingSolutionManipulator.cs" />
    260     <Compile Include="Evaluators\3D\PackingRatioCuboidIdenticalBinEvaluator.cs" />
    261     <Compile Include="Evaluators\Abstract\BinUtilizationRegularIdenticalBinEvaluator.cs" />
    262     <Compile Include="Evaluators\Abstract\PackingRatioRegularIdenticalBinEvaluator.cs" />
    263     <Compile Include="Evaluators\Abstract\RegularSimpleRotationIdenticalBinPackingPlanEvaluator.cs" />
    264     <Compile Include="Evaluators\Abstract\PackingPlanEvaluationAlgorithm.cs" />
    265     <Compile Include="Evaluators\Abstract\PackingPlanEvaluator.cs" />
    266253    <Compile Include="Instances\BPPData.cs" />
    267254    <Compile Include="Instances\BPPInstanceProvider.cs" />
     
    269256    <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />
    270257    <Compile Include="Instances\RealBPPData.cs" />
    271     <Compile Include="Interfaces\DecoderInterfaces\I3DMCVDecoder.cs" />
    272     <Compile Include="Interfaces\DecoderInterfaces\I3DGVDecoder.cs" />
    273     <Compile Include="Interfaces\DecoderInterfaces\I3DPSDecoder.cs" />
    274258    <Compile Include="Interfaces\IPackingSequenceMoveOperator.cs" />
    275     <Compile Include="Interfaces\I3DOperator.cs" />
    276259    <Compile Include="Interfaces\IPackingMove.cs" />
    277260    <Compile Include="Interfaces\IMultiComponentVectorMoveOperator.cs" />
     
    291274    <Compile Include="Interfaces\IPackingShape.cs" />
    292275    <Compile Include="Interfaces\IPackingDimensions.cs" />
    293     <Compile Include="MoveEvaluators\PackingMoveEvaluator3DPS.cs" />
    294     <Compile Include="MoveEvaluators\PackingMoveEvaluator.cs" />
    295     <Compile Include="MoveEvaluators\PackingMoveEvaluator3DGV.cs">
    296       <SubType>Code</SubType>
    297     </Compile>
    298     <Compile Include="MoveEvaluators\PackingMoveEvaluator3DMCV.cs">
    299       <SubType>Code</SubType>
    300     </Compile>
     276    <Compile Include="PackingDimensions.cs" />
     277    <Compile Include="PackingMoveEvaluator.cs" />
    301278    <Compile Include="PackingPlan3D.cs" />
    302     <Compile Include="Problem\BinPackingProblem.cs" />
    303     <Compile Include="Problem\ISOContainerBinPackingProblem.cs" />
    304     <Compile Include="Problem\CuboidIdenticalBinPackingProblem.cs" />
    305     <Compile Include="Problem\RegularIdenticalBinPackingProblem.cs" />
    306     <Compile Include="Dimensions\PackingDimensions.cs" />
    307     <Compile Include="Dimensions\ThreeDimensionalPacking.cs" />
    308     <Compile Include="Shapes\PackingShape.cs" />
    309     <Compile Include="Shapes\CuboidPackingShape.cs" />
    310279    <Compile Include="Interfaces\IRegularPackingShape.cs" />
    311     <Compile Include="PackingBin\CuboidPackingBin.cs" />
    312     <Compile Include="PackingItem\CuboidPackingItem.cs" />
    313280    <Compile Include="Interfaces\IPackingBin.cs" />
    314281    <Compile Include="Interfaces\IPackingItem.cs" />
    315282    <Compile Include="Interfaces\IPackingPlan.cs" />
     283    <Compile Include="PackingShape.cs" />
     284    <Compile Include="PackingSolutionDecoder.cs" />
    316285    <Compile Include="Plugin.cs" />
    317286    <Compile Include="Properties\AssemblyInfo.cs" />
     287    <Compile Include="RegularIdenticalBinPackingProblem.cs" />
    318288  </ItemGroup>
    319289  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.