Changeset 7470 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Interfaces
- Timestamp:
- 02/15/12 17:28:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Interfaces/IBestKnownSolutionAwareGQAPOperator.cs
r7443 r7470 24 24 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment { 25 25 public interface IBestKnownSolutionAwareGQAPOperator : IGQAPOperator { 26 ILookupParameter<GQAP Solution> BestKnownSolutionParameter { get; }26 ILookupParameter<GQAPAssignment> BestKnownSolutionParameter { get; } 27 27 } 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.