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.TabuSearch/3.3/TabuSearchMainLoop.cs

    r3809 r4068  
    2121
    2222using HeuristicLab.Analysis;
    23 using HeuristicLab.Common;
    2423using HeuristicLab.Core;
    2524using HeuristicLab.Data;
     
    188187      tabuSelector.MoveQualityParameter.ActualName = MoveQualityParameter.Name;
    189188      tabuSelector.MoveTabuParameter.ActualName = MoveTabuParameter.Name;
    190      
     189
    191190      moveMakingProcessor.Name = "MoveMaking processor (UniformSubScopesProcessor)";
    192191
Note: See TracChangeset for help on using the changeset viewer.