Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/18/12 14:08:11 (12 years ago)
Author:
abeham
Message:

#1851:

  • Moved common methods from problem instance management into a ProblemInstanceManager
  • Made experiment creation asynchronous by using a BackgroundWorker
  • Added a progress bar to display the progress as well as the instance that is currently processed
  • Added "select all" and "select none" options which are updated to the state of the listview
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj

    r7825 r7846  
    105105  </PropertyGroup>
    106106  <ItemGroup>
     107    <Reference Include="Microsoft.CSharp" />
    107108    <Reference Include="System" />
    108109    <Reference Include="System.Core" />
     
    111112  <ItemGroup>
    112113    <None Include="Plugin.cs.frame" />
     114    <Compile Include="ProblemInstanceManager.cs" />
    113115    <Compile Include="IProblemInstanceExporter.cs" />
    114116    <Compile Include="TableFileParser.cs" />
Note: See TracChangeset for help on using the changeset viewer.