Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 146 and Version 147 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/20/10 10:03:33 (13 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v146 v147  
    1414 * In `TypeSelector` filter types that don't have a constructor (like currently `PathTSPTour`).
    1515   * 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.
    1817 * 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.
    1918 * A !KeyNotFoundException is thrown in Values_ItemsAdded when a `DataTableView` is closed while it is updated.