- Timestamp:
- 06/25/15 18:21:19 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs
r12060 r12515 38 38 namespace HeuristicLab.Problems.Scheduling { 39 39 [Item("Job Shop Scheduling Problem", "Represents a standard Job Shop Scheduling Problem")] 40 [Creatable( "Problems")]40 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 120)] 41 41 [StorableClass] 42 42 public sealed class JobShopSchedulingProblem : SchedulingProblem, IProblemInstanceConsumer<JSSPData>, IProblemInstanceExporter<JSSPData>, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.