Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12640 for trunk


Ignore:
Timestamp:
07/07/15 13:34:20 (9 years ago)
Author:
ascheibe
Message:

#2306 fixed Createable attribute of NK landscape

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.NK/NKLandscape.cs

    r12596 r12640  
    3535namespace HeuristicLab.Problems.NK {
    3636  [Item("NK Landscape", "Represents an NK landscape optimization problem.")]
    37   [Creatable("Problems")]
     37  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 215)]
    3838  [StorableClass]
    3939  public sealed class NKLandscape : BinaryProblem {
Note: See TracChangeset for help on using the changeset viewer.