Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/13/16 20:39:47 (8 years ago)
Author:
gkronber
Message:

#1966: reimplemented problem instance generation from paper Silvano Martello, David Pisinger Daniele Vigo, "The Three-Dimensional Bin Packing Problem"

File:
1 edited

Legend:

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

    r14055 r14062  
    151151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    152152    </Reference>
     153    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     154      <SpecificVersion>False</SpecificVersion>
     155      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     156    </Reference>
    153157    <Reference Include="System" />
    154158    <Reference Include="System.Core" />
     
    170174    <Compile Include="I3DOperator.cs" />
    171175    <Compile Include="Instances\BPPData.cs" />
    172     <Compile Include="Instances\BPPInstanceProvider.cs" />
    173     <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />
    174     <Compile Include="Instances\BPPORLIBParser.cs" />
     176    <Compile Include="Instances\RandomDataDescriptor.cs" />
     177    <Compile Include="Instances\RandomInstanceProvider.cs" />
    175178    <Compile Include="MoveEvaluators\PackingMoveEvaluator3DGV.cs" />
    176179    <Compile Include="MoveEvaluators\PackingMoveEvaluator3DMCV.cs" />
     
    187190  <ItemGroup>
    188191    <None Include="HeuristicLab.snk" />
    189     <EmbeddedResource Include="Instances\Data\BPPORLIB.zip" />
    190192    <None Include="Properties\AssemblyInfo.cs.frame" />
    191193    <None Include="Plugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.