Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/16 17:52:59 (8 years ago)
Author:
mkommend
Message:

#1087: Integrated multi-objective test functions in the trunk.

Location:
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/Plugin.cs.frame

    r14111 r14120  
    3434  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3535  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    36   [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    37 
    38   [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    39   [PluginDependency("HeuristicLab.MainForm", "3.3")]
    40   [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    41   [PluginDependency("HeuristicLab.Visualization.ChartControlsExtensions", "3.3")]
     36  [PluginDependency("HeuristicLab.Problems.Instances", "3.3")]
    4237  public class Plugin : PluginBase {
    4338  }
Note: See TracChangeset for help on using the changeset viewer.