Opened 7 years ago
Closed 7 years ago
#12031 closed Bugs (fixed)
binomial heap bug
Reported by: | Owned by: | timblechmann | |
---|---|---|---|
Milestone: | To Be Determined | Component: | heap |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The update function does not always work correctly, thus the heap validity is not guaruanteed. The error is caused by an optimiziation inside the update function which relies on the correct setting of "this_node->parent", which is not given.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
file to reproduce error