Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 88 and Version 89 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/23/10 13:29:02 (15 years ago)
Author:
epitzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v88 v89  
    8282
    8383=== Priority: LOW ===
    84  * `ProgrammableOperator`: 'Compile' is a normal button but 'Show Generated Code' looks like a label. I think the style should be unified.
     84
    8585
    8686----
     
    9090=== Priority: HIGH ===
    9191
    92  * Adding a paramter to a `ProgrammableOperator`, for example a `ValueParameter<DoubleData>`, leads to a null-pointer-exception.
    93  * (...) As a follow-up, after aborting adding a parameter to a `ProgrammableOperator`, a `PersistenceException` is thrown.
    9492 * After loading a TSP instance into a TS and letting the TS, saving the TSP instance takes very long time (~ ten seconds)
    9593 * (...) As a follow-up, loading this saved TSP instance fails (PersistenceException)
     
    150148=== Priority: LOW ===
    151149 * The comments in the generated code of a `ProgrammableOperator` are German.
     150   * epitzer: this is a feature of the .NET runtime and depends on the installed operating system language
    152151 
    153152----