Version of October 2024 of the Linear Arrangement Library, patch version 1.
Fixed bugs in:
- Calculation of centroidal vertices: function
lal::detail::find_centroidal_vertexin filelal/detail/properties/tree_centroid.hpp(for modelal::detail::centroid_results::full_centroid) did not return the two centroidal vertices in many cases where it should have returned them. Now the function returns both centroidal vertices when there are two such vertices.