Loading [MathJax]/jax/output/CommonHTML/jax.js

최대 유량 최소 컷 정리

    Max-flow min-cut theorem - 최대 유량 최소 컷 정리

    # Definition the max-flow min-cut theorem states that in a flow network, the maximum amount of flow passing from the source to the sink is equal to the total weight of the edges in a minimum cut, i.e., the smallest total weight of the edges which if removed would disconnect the source from the sink. reference flow(s,t)max=cut(s,t)min 그래프 G에서 최대유량 flow(s,t)max는 항상 source와 sink의 최..