Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/20/13 10:44:12 (11 years ago)
Author:
ascheibe
Message:

#1886

  • renamed MenuItem for the HiveRunCollectionModifier
  • deactivated calculation of complete convex hull for permutations
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.SolutionCaching.Views/3.3/ModifyRunCollectionMenuItem.cs

    r10136 r10141  
    2727
    2828namespace HeuristicLab.Analysis.SolutionCaching.Views {
    29   internal class CreateRunCollectionModifierTasksMenuItem : HeuristicLab.MainForm.WindowsForms.MenuItem, IOptimizerUserInterfaceItemProvider {
     29  internal class ModifyRunCollectionMenuItem : HeuristicLab.MainForm.WindowsForms.MenuItem, IOptimizerUserInterfaceItemProvider {
    3030    public override string Name {
    31       get { return "&Configure RunCollectionModiefiers for Hive"; }
     31      get { return "&Modify RunCollection"; }
    3232    }
    3333    public override IEnumerable<string> Structure {
Note: See TracChangeset for help on using the changeset viewer.