Maximum weight matching

Is it possible to compute a maximum weight matching in a bipartite graph in igraph? I didn’t see the option in python-igraph API reference

Perhaps you are looking for this:

https://igraph.org/python/doc/api/igraph.Graph.html#maximum_bipartite_matching

1 Like

Thank you very much!