Changeset 14029 for branches/crossvalidation-2434/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs
- Timestamp:
- 07/08/16 14:40:02 (8 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs
r12504 r14029 37 37 38 38 namespace HeuristicLab.Problems.Scheduling { 39 [Item("Job Shop Scheduling Problem ", "Represents a standard Job Shop Scheduling Problem")]39 [Item("Job Shop Scheduling Problem (JSSP)", "Represents a standard Job Shop Scheduling Problem")] 40 40 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 120)] 41 41 [StorableClass]
Note: See TracChangeset
for help on using the changeset viewer.