
网络流
文章平均质量分 55
一所悬线
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Island Transport HDU - 4280 网络流模板
In the vast waters far far away, there are many islands. People are living on the islands, and all the transport among the islands relies on the ships. You have a transportation company there. So...原创 2018-11-13 08:54:26 · 161 阅读 · 0 评论 -
Sabotage UVA - 10480 网络流求最小割边
这是一道很典型的最小割最大流定理,通过这道题,我再一次学习了最小割的定义 最小割,就是在所有割中,容量之和最小的割,这就是我的理解,而最小割的值就是最大流的值,因为很容易想到,从源点s到汇点t的最大流必然会经过割边,那么就有最大流f<=c(割边的值),那么也就是说,当c==f的时候,就是c为小割,即最大流==最小割 第二点,怎么求出最小割的边:在求出最大流之后,残余网络会分成两个部分,和...原创 2018-11-26 19:27:27 · 209 阅读 · 1 评论