Changeset 15460 for branches/CFSAP/HeuristicLab.Problems.Instances
- Timestamp:
- 11/08/17 07:34:46 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CFSAP/HeuristicLab.Problems.Instances/3.3/Types/CFSAPData.cs
r15456 r15460 33 33 public string Description { get; set; } 34 34 /// <summary> 35 /// Optional! The best known cycle time. 36 /// </summary> 37 public int? BestKnownCycleTime { get; set; } 38 /// <summary> 35 39 /// The number of jobs. 36 40 /// </summary>
Note: See TracChangeset
for help on using the changeset viewer.