Changeset 17105 for stable/HeuristicLab.Optimization/3.3/Problems
- Timestamp:
- 07/08/19 00:23:12 (5 years ago)
- Location:
- stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
-
stable/HeuristicLab.Optimization
- Property svn:mergeinfo changed
/trunk/HeuristicLab.Optimization merged: 16585,16625,16658,16796
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Optimization/3.3/Problems/Problem.cs
r17097 r17105 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.