Changeset 15506 for branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Interfaces/Parameter
- Timestamp:
- 12/11/17 11:57:56 (7 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.GeneralizedQuadraticAssignment/3.3/Interfaces/Parameter/IAssignmentAwareGQAPOperator.cs
r15504 r15506 21 21 22 22 using HeuristicLab.Core; 23 using HeuristicLab.Encodings.IntegerVectorEncoding; 23 24 24 25 namespace HeuristicLab.Problems.GeneralizedQuadraticAssignment { 25 public interface I ProblemInstanceAwareGQAPOperator : IGQAPOperator {26 ILookupParameter< GQAPInstance> ProblemInstanceParameter { get; }26 public interface IAssignmentAwareGQAPOperator : IGQAPOperator { 27 ILookupParameter<IntegerVector> AssignmentParameter { get; } 27 28 } 28 29 }
Note: See TracChangeset
for help on using the changeset viewer.