Changeset 5409
- Timestamp:
- 02/03/11 02:10:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/BatchRun.cs
r5300 r5409 101 101 // BackwardsCompatibility3.3 102 102 #region Backwards compatible code (remove with 3.4) 103 [Storable ]103 [Storable(AllowOneWay = true)] 104 104 private IAlgorithm algorithm { 105 get { return null; }106 105 set { optimizer = value; } 107 106 }
Note: See TracChangeset
for help on using the changeset viewer.