Changes between Version 140 and Version 141 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/18/10 03:43:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v140 v141 15 15 * swagner: Generally all items should provide a parameterless constructor. I implemented one for `PathTSPTour` in r3139. 16 16 * When the TSP importer is used after halting the execution, the engine should be reset. 17 * When double clicking in a multi-line field (such as description) the text represents the old text and not any new text that the user has entered in the meantime.18 17 * `PermutationTypes` is missing a view 19 18 * When there is an error in one of the item's constructors, the `TypeSelector` dialog (when pressing the "new" button) will open the first time, but stop listing items after encountering the item with the error. The second time the `TypeSelector` is shown through the "new" button, the optimizer crashes with an exception.