- Timestamp:
- 09/01/14 10:36:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances/3.3/Types/OPData.cs
r11319 r11320 37 37 /// The penalty for each visited vertex. 38 38 /// </summary> 39 public double FixedPenalty{ get; set; }39 public double PointVisitingCosts { get; set; } 40 40 /// <summary> 41 41 /// Index of the starting point
Note: See TracChangeset
for help on using the changeset viewer.