Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/17/10 01:20:46 (14 years ago)
Author:
abeham
Message:

#1040

  • Changed license text and organized usings
File:
1 edited

Legend:

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

    r4039 r4040  
    11#region License Information
    22/* HeuristicLab
    3  * Copyright (C) 2002-2008 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
     3 * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    44 *
    55 * This file is part of HeuristicLab.
     
    1919 */
    2020#endregion
     21
    2122using System;
    2223using System.Collections.Generic;
    23 using System.Linq;
    24 using System.Text;
    2524using HeuristicLab.Core;
    26 using HeuristicLab.Common;
    2725using HeuristicLab.Data;
    2826using HeuristicLab.Operators;
     27using HeuristicLab.Parameters;
    2928using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    30 using HeuristicLab.Parameters;
    3129
    3230namespace HeuristicLab.Algorithms.NSGA2 {
Note: See TracChangeset for help on using the changeset viewer.