Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 333 and Version 334 of ReviewHeuristicLab3.3.0Application


Ignore:
Timestamp:
05/07/10 16:30:11 (14 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReviewHeuristicLab3.3.0Application

    v333 v334  
    228228
    229229=== Priority: HIGHEST ===
    230  * Local search crashes if a TSP instance with less than 4 cities is solved
    231    * swinkler: It seems to me that this problem occurs a TSP instance with less than 3 cities is solved
    232    * abeham: I would argue that there does not exist a Traveling Salesman *Problem* with 3 or less cities.
    233    * swinkler: Yes, on the one hand you're right here, but on the other hand one could also argue that that's an optimization problem that is really easy to solve. That's why I think that the algorithm should not crash whensolving a TSP with 3, 2, or even one city.
    234230 * When trying to resize the coordinates matrix in the TSP view an `IndexOutOfRangeException` occurs in !UpdateRowHeaders
    235231