The nature of the Bipartite Graph

Source: Internet
Author: User


In the bipartite graph, the number of vertices overwrites is the number of matches.


(1) Maximum number of matching points in a bipartite graph = Minimum number of points covered

That is, the minimum vertex makes each edge at least associated with one of the vertices. Obviously, you can directly obtain the maximum matching node.

(2) Independent Number of bipartite graphs = number of vertices-Maximum number of matching

Obviously, the vertices at both ends of the maximum match are removed from the vertex set. The remaining vertices are independent sets. This is | v |-2 * | M |, at the same time, it is inevitable that a vertex can be obtained from both ends of each matching edge to join the independent set and maintain its independent set nature.

(3) Minimum path overwrite of Dag = number of vertices-Maximum number of matching

After each vertex is split for the maximum match, the result is n-M. When finding a specific path, you can follow the matching edge, matching edge I → j ', J → K ', k → l '.... form a directed path.

(4) Maximum number of matches = left matching point + right unmatched point.

Because any edge in the maximum matching set is marked on the left and on the right if it is not marked on the left, we can find a new augmented path, therefore, each edge is overwritten by at least one vertex.

(5) minimum edge coverage = number of vertices in the graph-Maximum number of matching = maximum independent set.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.