Opened 13 years ago
Last modified 13 years ago
#1586 closed defect
QAP is not fully backwards compatible — at Version 1
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.
Note: See
TracTickets for help on using
tickets.