Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15174


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

#2762:

  • Added ExtremePointAlgorithm in form of a BasicAlgorithm
  • Removed implementation in view and put sorting/fit into the algorithm
Location:
branches/BinPackingExtension
Files:
3 added
3 deleted
2 edited

Legend:

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

    r14876 r15174  
    139139  </ItemGroup>
    140140  <ItemGroup>
    141     <Compile Include="BinPacking3DProblemView.cs">
    142       <SubType>UserControl</SubType>
    143     </Compile>
    144     <Compile Include="BinPacking3DProblemView.Designer.cs">
    145       <DependentUpon>BinPacking3DProblemView.cs</DependentUpon>
    146     </Compile>
    147141    <Compile Include="Container3DView.xaml.cs">
    148142      <DependentUpon>Container3DView.xaml</DependentUpon>
     
    170164  </ItemGroup>
    171165  <ItemGroup>
    172     <EmbeddedResource Include="BinPacking3DProblemView.resx">
    173       <DependentUpon>BinPacking3DProblemView.cs</DependentUpon>
    174     </EmbeddedResource>
    175166    <EmbeddedResource Include="PackingPlan2DView.resx">
    176167      <DependentUpon>PackingPlan2DView.cs</DependentUpon>
  • branches/BinPackingExtension/HeuristicLab.Problems.BinPacking/3.3/HeuristicLab.Problems.BinPacking-3.3.csproj

    r14976 r15174  
    158158    <Compile Include="3D\Evaluators\BinUtilizationEvaluator.cs" />
    159159    <Compile Include="3D\Evaluators\PackingRatioEvaluator.cs" />
     160    <Compile Include="Algorithms\3D\ExtremePointAlgorithm.cs" />
    160161    <Compile Include="3D\Instances\ThreeDInstanceDescriptor.cs" />
    161162    <Compile Include="3D\Instances\BPPData.cs" />
Note: See TracChangeset for help on using the changeset viewer.