Changeset 14509
- Timestamp:
- 12/20/16 11:06:59 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs
r14506 r14509 43 43 #region Default Instance 44 44 private static readonly JSSPData DefaultInstance = new JSSPData() { 45 Name = "Job Shop Scheduling Problem (JSSP)", 46 Description = "The default instance of the JSSP problem in HeuristicLab", 45 47 Jobs = 10, 46 48 Resources = 10,
Note: See TracChangeset
for help on using the changeset viewer.