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.2D/3.3/HeuristicLab.Problems.BinPacking2D-3.3.csproj

    r14128 r14146  
    163163  <ItemGroup>
    164164    <Compile Include="BinPacking2D.cs" />
    165     <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder2D.cs">
    166       <SubType>Code</SubType>
    167     </Compile>
     165    <Compile Include="BinUtilizationEvaluator.cs" />
     166    <Compile Include="ExtremePointPermutationDecoder.cs" />
    168167    <Compile Include="Instances\BPPData.cs" />
    169168    <Compile Include="Instances\RandomDataDescriptor.cs" />
    170169    <Compile Include="Instances\RandomInstanceProvider.cs" />
     170    <Compile Include="Interfaces\IEvaluator.cs" />
     171    <Compile Include="Interfaces\IPermutationDecoder.cs" />
    171172    <Compile Include="Interfaces\I2DGVDecoder.cs" />
    172173    <Compile Include="Interfaces\I2DMCVDecoder.cs" />
    173174    <Compile Include="Interfaces\I2DOperator.cs" />
    174175    <Compile Include="Interfaces\I2DPSDecoder.cs" />
     176    <Compile Include="MoveEvaluators\TranslocationMoveEvaluator.cs">
     177      <SubType>Code</SubType>
     178    </Compile>
    175179    <Compile Include="PackingItem.cs" />
    176180    <Compile Include="PackingPosition.cs" />
     
    193197    </ProjectReference>
    194198  </ItemGroup>
    195   <ItemGroup>
    196     <Folder Include="Decoders\BL\" />
    197     <Folder Include="MoveEvaluators\" />
    198   </ItemGroup>
     199  <ItemGroup />
    199200  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    200201  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.