Opened 13 years ago
Closed 13 years ago
#1586 closed defect (done)
QAP is not fully backwards compatible
Reported by: | abeham | Owned by: | abeham |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.6 |
Component: | Problems.QuadraticAssignment | Version: | 3.3.6 |
Keywords: | Cc: | epitzer |
Description (last modified by abeham)
BestKnownSolutions has been introduced first as ItemList<Permutation> and finally as ItemSet<Permutation>. The change is made in the AfterDeserialization hook, but when the parameter containing the best known solutions is null the problem will throw an exception in the backwards compatibility code and fail to load.
Change History (5)
comment:1 Changed 13 years ago by abeham
- Description modified (diff)
comment:2 Changed 13 years ago by abeham
- Cc epitzer added
- Status changed from new to accepted
comment:3 Changed 13 years ago by abeham
- Description modified (diff)
- Owner changed from abeham to epitzer
- Status changed from accepted to reviewing
comment:4 Changed 13 years ago by epitzer
- Owner changed from epitzer to abeham
- Status changed from reviewing to readytorelease
comment:5 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r6570:6571