Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/11 13:29:06 (13 years ago)
Author:
mkommend
Message:

#1418: Corrected plugin dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Problems.DataAnalysis/3.4/Implementation/DataAnalysisSolution.cs

    r5730 r5777  
    2020#endregion
    2121
    22 using System.Collections.Generic;
    23 using System.Linq;
    24 using HeuristicLab.Common;
    25 using HeuristicLab.Core;
    26 using HeuristicLab.Data;
    27 using HeuristicLab.Operators;
    28 using HeuristicLab.Parameters;
    29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using HeuristicLab.Optimization;
    3122using System;
    3223using System.Drawing;
     24using HeuristicLab.Common;
     25using HeuristicLab.Optimization;
     26using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3327
    3428namespace HeuristicLab.Problems.DataAnalysis {
Note: See TracChangeset for help on using the changeset viewer.