Changeset 3066 for trunk/sources/HeuristicLab.Problems.TSP/3.3/Interfaces/ITSPCoordinatesPathEvaluator.cs
- Timestamp:
- 03/16/10 16:04:54 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.TSP/3.3/Interfaces/ITSPCoordinatesPathEvaluator.cs
r3048 r3066 29 29 public interface ITSPCoordinatesPathEvaluator : ITSPPathEvaluator { 30 30 ILookupParameter<DoubleMatrix> CoordinatesParameter { get; } 31 ILookupParameter<DoubleMatrix> DistanceMatrixParameter { get; } 32 ILookupParameter<BoolValue> UseDistanceMatrixParameter { get; } 31 33 } 32 34 }
Note: See TracChangeset
for help on using the changeset viewer.