Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.NSGA2/3.3/RankAndCrowdingSorter.cs

    r4045 r4068  
    2020#endregion
    2121
    22 using System;
    23 using System.Collections.Generic;
    24 using System.Linq;
    25 using System.Text;
     22using HeuristicLab.Core;
     23using HeuristicLab.Data;
    2624using HeuristicLab.Operators;
    27 using HeuristicLab.Core;
     25using HeuristicLab.Parameters;
    2826using HeuristicLab.Selection;
    29 using HeuristicLab.Parameters;
    30 using HeuristicLab.Data;
    3127
    3228namespace HeuristicLab.Algorithms.NSGA2 {
Note: See TracChangeset for help on using the changeset viewer.