Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 140 and Version 141 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
04/18/10 03:43:43 (14 years ago)
Author:
swagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v140 v141  
    1515   * swagner: Generally all items should provide a parameterless constructor. I implemented one for `PathTSPTour` in r3139.
    1616 * 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.
    1817 * `PermutationTypes` is missing a view
    1918 * 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.