Changes between Version 93 and Version 94 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/23/10 21:28:17 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v93 v94 93 93 * After loading a TSP instance into a TS and letting the TS, saving the TSP instance takes very long time (~ ten seconds) 94 94 * 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. 95 * (...) As a follow-up, loading this saved TSP instance fails ( PersistenceException)95 * (...) As a follow-up, loading this saved TSP instance fails (`PersistenceException`) 96 96 * abeham: fixed in r3206 97 97