Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/16 23:46:29 (8 years ago)
Author:
abeham
Message:

#2701:

  • Added MemPR for linear linkage (tabu walk still missing)
  • Added graph coloring problem
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MemPRAlgorithm/HeuristicLab.Algorithms.MemPR/3.3/Interfaces/Interfaces.cs

    r14450 r14466  
    2222using System.Collections.Generic;
    2323using HeuristicLab.Algorithms.MemPR.Binary;
     24using HeuristicLab.Algorithms.MemPR.LinearLinkage;
    2425using HeuristicLab.Algorithms.MemPR.Permutation;
    2526using HeuristicLab.Core;
     
    9596    new PermutationSolutionSubspace Subspace { get; }
    9697  }
     98  public interface ILinearLinkageSubspaceContext : ISolutionSubspaceContext<Encodings.LinearLinkageEncoding.LinearLinkage> {
     99    new LinearLinkageSolutionSubspace Subspace { get; }
     100  }
    97101
    98102
Note: See TracChangeset for help on using the changeset viewer.