- Timestamp:
- 03/02/11 22:33:30 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/QAP/HeuristicLab.Problems.QuadraticAssignment/3.3/Interfaces/IQAPEvaluator.cs
r5562 r5598 28 28 public interface IQAPEvaluator : ISingleObjectiveEvaluator { 29 29 ILookupParameter<Permutation> PermutationParameter { get; } 30 ILookupParameter<BoolValue> UseDistanceMatrixParameter { get; }31 30 ILookupParameter<DoubleMatrix> DistanceMatrixParameter { get; } 32 31 ILookupParameter<DoubleMatrix> CoordinatesParameter { get; }
Note: See TracChangeset
for help on using the changeset viewer.