id summary reporter owner description type status milestone component version severity resolution keywords cc 1072 assertion failed in dijkstra algorithm buola69@… doug_gregor "a call to dijkstra_shortest_paths fails with the following assertion: /usr/include/boost/pending/relaxed_heap.hpp:175: IndexedType& boost::relaxed_heap::top() [with IndexedType = int, Compare = boost::indirect_cmp, std::less >, ID = boost::SVertexIndexMap]: Assertion `smallest_value->value != 0' failed. It happens if a valid vertex_descriptor in my graph is 0, which shouldn't be a problem as I define null_vertex() in my graph_traits to return -1. I have checked the code in relaxed_heap, and though I don't really understand how it works, I don't see any reason why this assertion shouldn't be assert(smallest_value != 0) instead. Everything works fine if I increase all my vertex_descriptors by 1, but I don't see why I can't have a valid vertex_descriptor which is 0. " Bugs closed To Be Determined graph Boost 1.34.0 Showstopper fixed