Changeset 12812
- Timestamp:
- 07/30/15 15:09:08 (9 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/Samples/VnsOpSampleTest.cs
r12722 r12812 75 75 76 76 opProblem.Name = "1_p64_t070"; 77 opProblem.Description = "Represents a symmetric Traveling Salesman Problem.";77 opProblem.Description = "Represents an instance of an orienteering problem."; 78 78 #endregion 79 79 #region Algorithm Configuration 80 vns.Name = "Variable Neighborhood Search - TSP";81 vns.Description = "A variable neighborhood search algorithm which solves a funny TSPinstance";80 vns.Name = "Variable Neighborhood Search - OP"; 81 vns.Description = "A variable neighborhood search algorithm which solves an orienteering problem instance"; 82 82 vns.Problem = opProblem; 83 83
Note: See TracChangeset
for help on using the changeset viewer.