- Timestamp:
- 04/20/20 17:31:31 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Problems.Scheduling/3.3/JobShopSchedulingProblem.cs
r17462 r17517 107 107 set { ObjectiveParameter.Value.Value = value; } 108 108 } 109 110 public new IScheduleEncoding Encoding { 111 get { return base.Encoding; } 112 set { base.Encoding = value; } 113 } 109 114 #endregion 110 115
Note: See TracChangeset
for help on using the changeset viewer.