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

    r14050 r14053  
    165165    <Compile Include="Decoders\EP\ExtremePointMultiComponentVectorDecoder2D.cs" />
    166166    <Compile Include="Decoders\EP\ExtremePointPackingSequenceDecoder2D.cs" />
     167    <Compile Include="Instances\BPPData.cs" />
     168    <Compile Include="Instances\BPPInstanceProvider.cs" />
     169    <Compile Include="Instances\BPPORLIBDataDescriptor.cs" />
     170    <Compile Include="Instances\BPPORLIBParser.cs" />
     171    <Compile Include="Instances\RealBPPData.cs" />
    167172    <Compile Include="Interfaces\I2DGVDecoder.cs" />
    168173    <Compile Include="Interfaces\I2DMCVDecoder.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.