- Timestamp:
- 08/19/14 12:06:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3/OrienteeringProblem.cs
r11277 r11284 405 405 406 406 StartingPoint = new IntValue(0); // Depot is interpreted as start point 407 TerminusPoint = new IntValue( data.Dimension - 1); // Last cityis interpreted als end point407 TerminusPoint = new IntValue(0); // Depot is interpreted als end point 408 408 409 409 MaximumDistance = new DoubleValue(data.Capacity * 2); // capacity is interpreted as max distance
Note: See TracChangeset
for help on using the changeset viewer.