Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/13/17 15:22:59 (7 years ago)
Author:
abeham
Message:

#2762:

  • Implemented review comments
  • Fixed ResidualSpaceBestFitExtremePointPermutationDecoder by sorting from smallest to largest (merit function should be minimized)
  • Some restructuring of the methods
File:
1 edited

Legend:

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

    r15183 r15229  
    172172    <Compile Include="3D\Instances\BPPData.cs" />
    173173    <Compile Include="3D\Instances\RandomDataDescriptor.cs" />
    174     <Compile Include="3D\Instances\RealisticInstanceProvider.cs" />
     174    <Compile Include="3D\Instances\RealWorldContainerPackingInstanceProvider.cs" />
    175175    <Compile Include="3D\Instances\RandomInstanceProvider.cs" />
    176176    <Compile Include="3D\Instances\ThreeDInstanceParser.cs" />
     
    213213  </ItemGroup>
    214214  <ItemGroup>
    215     <EmbeddedResource Include="3D\Instances\3D-Instances.zip" />
     215    <EmbeddedResource Include="3D\Instances\ContainerPackingInstances.zip" />
    216216    <None Include="HeuristicLab.snk" />
    217217    <None Include="Properties\AssemblyInfo.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.