Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 16:42:09 (8 years ago)
Author:
mkommend
Message:

#2521: Refactored IntegerVectorEncoding, KnapsackProblem, and P3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Problems.Knapsack/3.3/KnapsackProblem.cs

    r13173 r13364  
    3838  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 200)]
    3939  [StorableClass]
    40   public sealed class KnapsackProblem : SingleObjectiveHeuristicOptimizationProblem<IKnapsackEvaluator, IBinaryVectorCreator>, IStorableContent {
     40  public sealed class KnapsackProblem : SingleObjectiveHeuristicOptimizationProblem<IKnapsackEvaluator, IBinaryVectorCreator>,
     41    ISingleObjectiveProblem<BinaryVectorEncoding, BinaryVector>, IStorableContent {
    4142    public string Filename { get; set; }
    4243
Note: See TracChangeset for help on using the changeset viewer.