Opened 11 years ago
Closed 11 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 11 years ago by pfleck
- Status changed from new to accepted
comment:2 Changed 11 years ago by pfleck
comment:3 Changed 11 years ago by pfleck
- 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 11 years ago by pfleck
- Owner changed from pfleck to abeham
- Status changed from accepted to reviewing
comment:6 Changed 11 years ago by abeham
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r10860: