Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/12/16 20:51:59 (8 years ago)
Author:
gkronber
Message:

#1966: separated 2d and 3d problem instances using two different providers

File:
1 edited

Legend:

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

    r14050 r14053  
    169169    <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder3D.cs" />
    170170    <Compile Include="I3DOperator.cs" />
     171    <Compile Include="Instances\BPPData.cs" />
     172    <Compile Include="Instances\BPPInstanceProvider.cs" />
     173    <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />
     174    <Compile Include="Instances\BPPORLIBParser.cs" />
     175    <Compile Include="Instances\RealBPPData.cs" />
    171176    <Compile Include="MoveEvaluators\PackingMoveEvaluator3DGV.cs" />
    172177    <Compile Include="MoveEvaluators\PackingMoveEvaluator3DMCV.cs" />
     
    183188  <ItemGroup>
    184189    <None Include="HeuristicLab.snk" />
     190    <EmbeddedResource Include="Instances\Data\BPPORLIB.zip" />
    185191    <None Include="Properties\AssemblyInfo.cs.frame" />
    186192    <None Include="Plugin.cs.frame" />
Note: See TracChangeset for help on using the changeset viewer.