Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/16 21:07:27 (8 years ago)
Author:
gkronber
Message:

#2641:

  • fixed persistence bug
  • added unit test to create BPP sample
  • added BPP sample to start page
  • renaming of properties
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj

    r14121 r14167  
    270270      <SpecificVersion>False</SpecificVersion>
    271271      <HintPath>..\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
     272      <Private>False</Private>
     273    </Reference>
     274    <Reference Include="HeuristicLab.Problems.BinPacking-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     275      <SpecificVersion>False</SpecificVersion>
     276      <HintPath>..\bin\HeuristicLab.Problems.BinPacking-3.3.dll</HintPath>
    272277      <Private>False</Private>
    273278    </Reference>
     
    451456    <Compile Include="HeuristicLab-3.3\PluginLoader.cs" />
    452457    <Compile Include="HeuristicLab-3.3\Samples\AlpsSampleTest.cs" />
     458    <Compile Include="HeuristicLab-3.3\Samples\TabuSearch3dBinPackingSampleTest.cs" />
    453459    <Compile Include="HeuristicLab-3.3\Samples\GPRobocodeSampleTest.cs" />
    454460    <Compile Include="HeuristicLab-3.3\Samples\OSESGriewankSampleTest.cs" />
Note: See TracChangeset for help on using the changeset viewer.