Changeset 7443 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Interfaces
- Timestamp:
- 02/03/12 10:01:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Interfaces/IBestKnownSolutionAwareGQAPOperator.cs
r7419 r7443 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Encodings.IntegerVectorEncoding;24 23 25 24 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment { 26 25 public interface IBestKnownSolutionAwareGQAPOperator : IGQAPOperator { 27 ILookupParameter< IntegerVector> BestKnownSolutionParameter { get; }26 ILookupParameter<GQAPSolution> BestKnownSolutionParameter { get; } 28 27 } 29 28 }
Note: See TracChangeset
for help on using the changeset viewer.