Changeset 15018 for branches/PersistenceReintegration/HeuristicLab.Problems.Orienteering/3.3/DistanceMatrix.cs
- Timestamp:
- 06/01/17 11:29:49 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Problems.Orienteering/3.3/DistanceMatrix.cs
r14927 r15018 35 35 public sealed class DistanceMatrix : DoubleMatrix { 36 36 [StorableConstructor] 37 private DistanceMatrix( booldeserializing) : base(deserializing) { }37 private DistanceMatrix(StorableConstructorFlag deserializing) : base(deserializing) { } 38 38 private DistanceMatrix(DistanceMatrix original, Cloner cloner) { 39 39 throw new NotSupportedException("Distance matrices cannot be cloned.");
Note: See TracChangeset
for help on using the changeset viewer.