- Timestamp:
- 11/28/12 12:51:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/RunCollection.cs
r8962 r8967 118 118 } 119 119 120 // BackwardsCompatibility3.3 121 #region Backwards compatible code, remove with 3.4 120 122 [Storable(AllowOneWay = true)] 121 123 private string AlgorithmName { 122 124 set { optimizerName = value; } 123 125 } 126 #endregion 124 127 125 128 [StorableHook(HookType.AfterDeserialization)]
Note: See TracChangeset
for help on using the changeset viewer.