Free cookie consent management tool by TermsFeed Policy Generator

Opened 10 years ago

Closed 10 years ago

#2228 closed defect (done)

TSP IndexOutOfBounds when changing instance

Reported by: pfleck Owned by: pfleck
Priority: high Milestone: HeuristicLab 3.3.11
Component: Problems.TravelingSalesman.Views Version: 3.3.10
Keywords: Cc:

Description

When changing the instance of a TSP, a IndexOutOfBoundException occurs.

When the coordinates are changed the PathTSPTourView tries to repaint the solution. The permutation is not yet changed, and may be too large for the new coordinates.

Change History (5)

comment:1 Changed 10 years ago by pfleck

  • Status changed from new to accepted

comment:2 Changed 10 years ago by pfleck

r11290 reverted r11071 to reenable index check.

comment:3 Changed 10 years ago by pfleck

  • Owner changed from pfleck to abeham
  • Status changed from accepted to reviewing

comment:4 Changed 10 years ago by abeham

  • Owner changed from abeham to pfleck
  • Status changed from reviewing to readytorelease

Change is ok. Thanks for fixing this!

comment:5 Changed 10 years ago by pfleck

  • Resolution set to done
  • Status changed from readytorelease to closed

r11297: Merged r11290 into stable.

Note: See TracTickets for help on using tickets.