Changeset 16796 for trunk/HeuristicLab.Optimization/3.3/Problems
- Timestamp:
- 04/16/19 23:12:05 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Optimization/3.3/Problems/Problem.cs
r16565 r16796 84 84 // BackwardsCompatibility3.3 85 85 #region Backwards compatible code, remove with 3.4 86 [Storable( Name = "Operators", AllowOneWay = true)]86 [Storable(OldName = "Operators")] 87 87 private IEnumerable<IOperator> StorableOperators { 88 88 set {
Note: See TracChangeset
for help on using the changeset viewer.