Free cookie consent management tool by TermsFeed Policy Generator

Opened 10 years ago

Closed 10 years ago

#2184 closed defect (done)

IndexOutOfRangeException when changing VRP Instances

Reported by: pfleck Owned by: abeham
Priority: medium Milestone: HeuristicLab 3.3.10
Component: Problems.VehicleRouting Version: 3.3.9
Keywords: Cc:

Description

A IndexOutOfRangeException occurs when loading the first Augerat instance.

The exception occurs when the "Genetic Algorithm - VRP" sample or the first Taillard instance was loaded.

Change History (6)

comment:1 Changed 10 years ago by pfleck

  • Status changed from new to accepted

comment:2 Changed 10 years ago by pfleck

r10860:

  • Set BestKnownQuality and BestKnownSolution to null before setting the new ProblemInstance to avoid evaluation of the new instance with the old solution.

comment:3 Changed 10 years ago by pfleck

r10861:

  • Set the Solution in the VRPProblemInstanceView to null when content is changing and set the Solution on the new ActiveView to avoid repainting the new ProblemInstance with the old Solution.

comment:4 Changed 10 years ago by pfleck

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

comment:5 Changed 10 years ago by abeham

  • Status changed from reviewing to readytorelease

ok

comment:6 Changed 10 years ago by abeham

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

r10929: merged r10860, r10861 to stable

Note: See TracTickets for help on using tickets.