- Timestamp:
- 03/15/12 14:29:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/Analyzers/TSPAlleleFrequencyAnalyzer.cs
r7259 r7621 60 60 DoubleMatrix coords = CoordinatesParameter.ActualValue; 61 61 DistanceMatrix dm = DistanceMatrixParameter.ActualValue; 62 if (dm == null && coords == null) throw new InvalidOperationException("Neither a distance matrix nor coordinates were given."); 62 63 int source, target, h; 63 64 double impact;
Note: See TracChangeset
for help on using the changeset viewer.