Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/08/16 21:32:33 (9 years ago)
Author:
gkronber
Message:

#1966: continue splitting into 2d and 3d implementations

File:
1 edited

Legend:

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

    r13608 r13611  
    215215    <Compile Include="Encodings\MultiComponentVector\MultiComponentVectorRandomCreator.cs" />
    216216    <Compile Include="Encodings\MultiComponentVector\ThreeWayMultiComponentVectorManipulator.cs" />
    217     <Compile Include="Encodings\PackingPlans\BinPacking3D.cs" />
    218217    <Compile Include="Encodings\PackingPlans\BinPacking.cs" />
    219218    <Compile Include="Encodings\PackingPlans\PackingPlan.cs" />
     
    251250    <Compile Include="Encodings\PackingSolutionCrossover.cs" />
    252251    <Compile Include="Encodings\PackingSolutionManipulator.cs" />
     252    <Compile Include="Evaluators\BinUtilizationRegularIdenticalBinEvaluator.cs" />
     253    <Compile Include="Evaluators\PackingPlanEvaluationAlgorithm.cs" />
     254    <Compile Include="Evaluators\PackingPlanEvaluator.cs" />
     255    <Compile Include="Evaluators\PackingRatioRegularIdenticalBinEvaluator.cs" />
     256    <Compile Include="Evaluators\RegularSimpleRotationIdenticalBinPackingPlanEvaluator.cs" />
    253257    <Compile Include="Instances\BPPData.cs" />
    254258    <Compile Include="Instances\BPPInstanceProvider.cs" />
     
    276280    <Compile Include="PackingDimensions.cs" />
    277281    <Compile Include="PackingMoveEvaluator.cs" />
    278     <Compile Include="PackingPlan3D.cs" />
    279282    <Compile Include="Interfaces\IRegularPackingShape.cs" />
    280283    <Compile Include="Interfaces\IPackingBin.cs" />
Note: See TracChangeset for help on using the changeset viewer.