Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12812


Ignore:
Timestamp:
07/30/15 15:09:08 (9 years ago)
Author:
abeham
Message:

#2446: bad instance of a copy&paste error

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/VnsOpSampleTest.cs

    r12722 r12812  
    7575
    7676      opProblem.Name = "1_p64_t070";
    77       opProblem.Description = "Represents a symmetric Traveling Salesman Problem.";
     77      opProblem.Description = "Represents an instance of an orienteering problem.";
    7878      #endregion
    7979      #region Algorithm Configuration
    80       vns.Name = "Variable Neighborhood Search - TSP";
    81       vns.Description = "A variable neighborhood search algorithm which solves a funny TSP instance";
     80      vns.Name = "Variable Neighborhood Search - OP";
     81      vns.Description = "A variable neighborhood search algorithm which solves an orienteering problem instance";
    8282      vns.Problem = opProblem;
    8383
Note: See TracChangeset for help on using the changeset viewer.