Changeset 13219
- Timestamp:
- 11/17/15 14:25:29 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.Orienteering/3.3/SchildeParser.cs
r12721 r13219 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.