Opened 8 years ago
Last modified 8 years ago
#10395 new Bugs
boost::prim_minimum_spanning_tree returning incorrect result
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | graph |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | prim kruskal graph | Cc: |
Description
Prim MST is returning incorrect results for the attached graph.
The correct result for this particular graph is 261159288. Boost Kruskal and other third party MST solvers do work.
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | prim_boost.cpp added |
---|
comment:1 by , 8 years ago
File is too large to be attached to the ticket:
Link: http://www.dis.uniroma1.it/challenge9/data/USA-road-d/USA-road-d.NY.gr.gz
Note:
See TracTickets
for help on using tickets.
Test code