Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 108 and Version 109 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
03/25/10 17:37:58 (15 years ago)
Author:
mkommend
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v108 v109  
    1111 * Adding a `ValueParameter<T>` in a `VariableCreator` and selecting a generic type e.g. `ItemList<T>` fails because no choice can be made on the generic type of the `ItemList` (ticket #42).
    1212 * The !OperatorGraphVisualization doesn't respect operator collections (e.g. `SequentialSubScopesProcessor`)
     13     * mkommend: This feature will rarely be used by a standard user and it will not be fixed right now. Although special shapes for `MultipleCallOperators` are planned.
    1314 * In `TypeSelector` filter types that don't have a constructor (like currently `PathTSPTour`).
    1415   * swagner: Generally all items should provide a parameterless constructor. I implemented one for `PathTSPTour` in r3139.