Changes between Version 146 and Version 147 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 04/20/10 10:03:33 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v146 v147 14 14 * In `TypeSelector` filter types that don't have a constructor (like currently `PathTSPTour`). 15 15 * swagner: Generally all items should provide a parameterless constructor. I implemented one for `PathTSPTour` in r3139. 16 * When the TSP importer is used after halting the execution, the engine should be reset. 17 * `PermutationTypes` is missing a view 16 * When the TSP importer is used after pausing the execution, the engine should be reset. 18 17 * 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. 19 18 * A !KeyNotFoundException is thrown in Values_ItemsAdded when a `DataTableView` is closed while it is updated.