Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 3 of Ticket #1586


Ignore:
Timestamp:
07/18/11 00:18:42 (13 years ago)
Author:
abeham
Comment:

r6570:6571

  • fixed in branch
  • fixed in trunk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1586

    • Property Cc epitzer added
    • Property Status changed from new to reviewing
    • Property Owner changed from abeham to epitzer
  • Ticket #1586 – Description

    v1 v3  
    1 BestKnownSolutions has been introduced first as `ItemList<Permutation>` and finally as `ItemSet<Permutation>`. The change is made in the !AfterDeserialization hook, but when the parameter containing the best known solutions is null the problem will throw an exception in the backwards compatibility code and fail to load.
     1!BestKnownSolutions has been introduced first as `ItemList<Permutation>` and finally as `ItemSet<Permutation>`. The change is made in the !AfterDeserialization hook, but when the parameter containing the best known solutions is null the problem will throw an exception in the backwards compatibility code and fail to load.