Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5162 for trunk


Ignore:
Timestamp:
12/22/10 16:31:47 (13 years ago)
Author:
abeham
Message:

#1343

  • Added backwards compatibility tagging comment and renamed region
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.TabuSearch/3.3/TabuSearchMainLoop.cs

    r5160 r5162  
    100100    [StorableHook(HookType.AfterDeserialization)]
    101101    private void AfterDeserialization() {
    102       #region Backwards compatible code
     102      // BackwardsCompatibility3.3
     103      #region Backwards compatible code, remove with 3.4
    103104      VariableCreator variableCreator = OperatorGraph.InitialOperator as VariableCreator;
    104105
Note: See TracChangeset for help on using the changeset viewer.