Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 51 and Version 52 of ReviewHeuristicLab3.3.0ApplicationDone


Ignore:
Timestamp:
04/22/10 23:57:16 (15 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0ApplicationDone

    v51 v52  
    168168 * After loading a TSP instance into a TS and letting the TS, saving the TSP instance takes very long time (~ ten seconds)
    169169   * abeham: It seems that the execution context and scope tree are persisted together with the problem. This is not specific to the TS, but with the exhaustive move generator the scope tree is noticeably larger and thus takes more time.
     170   * swagner: Fixed in r3501.
    170171   * As a follow-up, loading this saved TSP instance fails (`PersistenceException`).
    171172     * abeham: Fixed in r3206.