Changeset 5162
- Timestamp:
- 12/22/10 16:31:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/TabuSearchMainLoop.cs
r5160 r5162 100 100 [StorableHook(HookType.AfterDeserialization)] 101 101 private void AfterDeserialization() { 102 #region Backwards compatible code 102 // BackwardsCompatibility3.3 103 #region Backwards compatible code, remove with 3.4 103 104 VariableCreator variableCreator = OperatorGraph.InitialOperator as VariableCreator; 104 105
Note: See TracChangeset
for help on using the changeset viewer.