Changeset 13305 for stable/HeuristicLab.Problems.Instances.Orienteering/3.3
- Timestamp:
- 11/19/15 15:45:39 (9 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12793,13093,13219,13253
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Instances.Orienteering/3.3/SchildeParser.cs
r12721 r13305 179 179 // Remove the 'm,' 180 180 inputString = inputString.Remove(0, inputString.IndexOf(',') + 1); 181 // Extract the number of points 182 bool matrixGiven = true; 183 181 184 182 pointCount = Coordinates.GetLength(1); 185 183 Distances = new double[pointCount, pointCount];
Note: See TracChangeset
for help on using the changeset viewer.