Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/16 10:19:55 (8 years ago)
Author:
gkronber
Message:

#1966: new implementation for 2d bin packing problem with permutation encoding

File:
1 edited

Legend:

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

    r14128 r14146  
    158158  </ItemGroup>
    159159  <ItemGroup>
    160     <Compile Include="Analyzers\BestBinPackingSolutionAnalyzer.cs" />
    161     <Compile Include="Analyzers\BinPackingAnalyzer.cs" />
    162160    <Compile Include="Encodings\PackingPlans\BinPacking.cs" />
    163161    <Compile Include="Encodings\PackingPlans\PackingPlan.cs" />
     
    165163    <Compile Include="Encodings\PackingSolutionCrossover.cs" />
    166164    <Compile Include="Encodings\PackingSolutionManipulator.cs" />
    167     <Compile Include="Evaluators\BinUtilizationEvaluator.cs" />
    168     <Compile Include="Evaluators\DecodingEvaluator.cs" />
    169     <Compile Include="Evaluators\EvaluatorBase.cs" />
    170     <Compile Include="Evaluators\PackingRatioEvaluator.cs" />
    171165    <Compile Include="Interfaces\IDecodingEvaluator.cs" />
    172     <Compile Include="Interfaces\IEvaluator.cs" />
    173166    <Compile Include="Interfaces\IPackingPosition.cs" />
    174167    <Compile Include="Interfaces\IPackingSequenceMoveOperator.cs" />
     
    188181    <Compile Include="Interfaces\IPackingShape.cs" />
    189182    <Compile Include="PackingDimensions.cs" />
    190     <Compile Include="PackingMoveEvaluator.cs" />
    191183    <Compile Include="Interfaces\IPackingItem.cs" />
    192184    <Compile Include="Interfaces\IPackingPlan.cs" />
     
    194186    <Compile Include="PackingSolutionDecoder.cs" />
    195187    <Compile Include="Plugin.cs" />
    196     <Compile Include="PackingSequenceProblem.cs" />
    197188    <Compile Include="Properties\AssemblyInfo.cs" />
    198189  </ItemGroup>
     
    202193    <None Include="Plugin.cs.frame" />
    203194  </ItemGroup>
    204   <ItemGroup />
     195  <ItemGroup>
     196    <Folder Include="Evaluators\" />
     197  </ItemGroup>
    205198  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    206199  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.