Skip to content

Add note of caution in minimum_spanning_tree(_parallel) #185

@czgdp1807

Description

@czgdp1807

Description of the problem

The concept of MST is valid only for connected and undirected graphs. If the graph is disconnected and undirected, the result will not be an MST but a forest consisting of many MSTs. However, for directed graphs, result can be anything.
To fix this issue just apply
pds_diff.txt
by using git apply [path to pdf_diff.txt].

Example of the problem

References/Other comments

.. [1] https://en.wikipedia.org/wiki/Edmonds%27_algorithm

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions