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.Problems.VehicleRouting.Views/3.3/VRPSolutionView.cs

    r4016 r4068  
    2525using HeuristicLab.Core.Views;
    2626using HeuristicLab.Data;
    27 using HeuristicLab.Encodings.PermutationEncoding;
    2827using HeuristicLab.MainForm;
    2928using HeuristicLab.Problems.VehicleRouting.Encodings;
     
    172171                  currentTour++;
    173172                }
    174               }               
     173              }
    175174            }
    176175          }
Note: See TracChangeset for help on using the changeset viewer.