Changeset 14029 for branches/crossvalidation-2434/HeuristicLab.Problems.Orienteering/3.3/OrienteeringProblem.cs
- Timestamp:
- 07/08/16 14:40:02 (8 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.Orienteering/3.3/OrienteeringProblem.cs
r12721 r14029 34 34 35 35 namespace HeuristicLab.Problems.Orienteering { 36 [Item("Orienteering Problem ", "Represents a single-objective Orienteering Problem.")]36 [Item("Orienteering Problem (OP)", "Represents a single-objective Orienteering Problem.")] 37 37 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 115)] 38 38 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.