Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 18:21:19 (9 years ago)
Author:
dglaser
Message:

#2388: Merged trunk into HiveStatistics branch

File:
1 edited

Legend:

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

    r12060 r12515  
    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.