Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 05:26:02 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on operators, parameters and problems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Routing.TSP/3.3/TSPParser.cs

    r1530 r2796  
    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.
     
    2121
    2222using System;
    23 using System.Collections.Generic;
    24 using System.Text;
     23using System.Globalization;
    2524using System.IO;
    26 using System.Globalization;
    2725
    2826namespace HeuristicLab.Routing.TSP {
    2927  /// <summary>
    30   /// Parses a *.tsp file and extracts its information about a TSP.
     28  /// Parses a *.tsp file in the TSPLIB format and extracts its information about a TSP.
    3129  /// </summary>
    3230  public class TSPParser {
Note: See TracChangeset for help on using the changeset viewer.