- Timestamp:
- 09/01/14 10:03:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances/3.3/Types/OPData.cs
r11260 r11319 45 45 /// Index of the ending point. 46 46 /// </summary> 47 public int Termin usPoint { get; set; }47 public int TerminalPoint { get; set; } 48 48 } 49 49 }
Note: See TracChangeset
for help on using the changeset viewer.