Changes between Version 108 and Version 109 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 03/25/10 17:37:58 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v108 v109 11 11 * 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). 12 12 * 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. 13 14 * In `TypeSelector` filter types that don't have a constructor (like currently `PathTSPTour`). 14 15 * swagner: Generally all items should provide a parameterless constructor. I implemented one for `PathTSPTour` in r3139.