Changes between Version 51 and Version 52 of ReviewHeuristicLab3.3.0ApplicationDone
- Timestamp:
- 04/22/10 23:57:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0ApplicationDone
v51 v52 168 168 * After loading a TSP instance into a TS and letting the TS, saving the TSP instance takes very long time (~ ten seconds) 169 169 * 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. 170 171 * As a follow-up, loading this saved TSP instance fails (`PersistenceException`). 171 172 * abeham: Fixed in r3206.