Algorithm 9-1: Maximum Flow and minimum cut

Source: Internet
Author: User
Minimum Cut Problem


First, we will introduce what cutting is. Cutting is to divide the vertices in a graph into two parts: A and B.


Next we will introduce what capacity is. Capacity is the sum of edge weights from Area A to area B.


The minimum cutting method is to find a graph to minimize the capacity.


Minimum Cut Application


Minimum cutting is used in country splitting. The famous Soviet collapse event is to achieve national split through the smallest cut of computing. During modeling, the city is used as the vertex in graph theory and the railway is used as the edge between the vertices. Finally, the national border is defined by calculating the minimum cut.



Maximum Flow Problems


The maximum flow is the maximum traffic supported by the network from vertex s to vertex T through all edges. Vertex t receives traffic from three directions. The sum of the traffic is 28, so the maximum flow is 28.



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.