Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 10:30:06 (9 years ago)
Author:
mkommend
Message:

#2025: Changed categories for all creatables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs

    r12060 r12504  
    3838namespace HeuristicLab.Problems.Scheduling {
    3939  [Item("Job Shop Scheduling Problem", "Represents a standard Job Shop Scheduling Problem")]
    40   [Creatable("Problems")]
     40  [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 120)]
    4141  [StorableClass]
    4242  public sealed class JobShopSchedulingProblem : SchedulingProblem, IProblemInstanceConsumer<JSSPData>, IProblemInstanceExporter<JSSPData>, IStorableContent {
Note: See TracChangeset for help on using the changeset viewer.