Changes between Version 286 and Version 287 of ReviewHeuristicLab3.3.0Application
- Timestamp:
- 05/07/10 00:44:10 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReviewHeuristicLab3.3.0Application
v286 v287 239 239 * swinkler: It seems to me that this problem occurs a TSP instance with less than 3 cities is solved 240 240 * abeham: I would argue that there does not exist a Traveling Salesman *Problem* with 3 or less cities. 241 * 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. 241 242 * When trying to resize the coordinates matrix in the TSP view an `IndexOutOfRangeException` occurs in !UpdateRowHeaders 242 243