Changeset 13295 for stable/HeuristicLab.Problems.Scheduling
- Timestamp:
- 11/19/15 13:33:36 (9 years ago)
- Location:
- stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 13173
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs
r12708 r13295 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.