Re: [networkx-discuss] Finding the Maximum Matching of a Graph in NetworkX
120 views
Skip to first unread message
Aric Hagberg
unread,
Aug 24, 2012, 10:59:47 AM8/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to networkx...@googlegroups.com
On Thu, Aug 23, 2012 at 4:34 PM, Jeff Hoogland <jeffho...@gmail.com> wrote:
> Is there a function, or has any work been done on creating a function, that
> calculates the maximum matching of a given graph in networkx?
>
> I see there is a function for calculating the maximal matching of a graph,
> but this is different from a maximum matching.