Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 17:44:41 (9 years ago)
Author:
mkommend
Message:

#2521: Added missing interfaces to problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Problems.LinearAssignment/3.3/LinearAssignmentProblem.cs

    r13173 r13377  
    3636  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 130)]
    3737  [StorableClass]
    38   public sealed class LinearAssignmentProblem : SingleObjectiveHeuristicOptimizationProblem<ILAPEvaluator, IPermutationCreator>, IStorableContent {
     38  public sealed class LinearAssignmentProblem : SingleObjectiveHeuristicOptimizationProblem<ILAPEvaluator, IPermutationCreator>,
     39    ISingleObjectiveProblem<PermutationEncoding,Permutation>, IStorableContent {
    3940    public static readonly string CostsDescription = "The cost matrix that describes the assignment of rows to columns.";
    4041    public static readonly string RowNamesDescription = "The elements represented by the rows of the costs matrix.";
Note: See TracChangeset for help on using the changeset viewer.