Differences
This shows you the differences between two versions of the page.
courses:cs211:winter2012:journals:richard:trembleinfearmortal [2012/04/04 03:52] – created marmorsteinr | courses:cs211:winter2012:journals:richard:trembleinfearmortal [2012/04/04 04:02] (current) – Added last section and readability ratings marmorsteinr | ||
---|---|---|---|
Line 8: | Line 8: | ||
The number can't be greater than the edge's capacity in the flow network, and also sum of the flow numbers coming into each node has to equal the sum of the flow numbers going out, except for the sink and source. After a few false starts trying to design the algorithm, (dynamic programming? | The number can't be greater than the edge's capacity in the flow network, and also sum of the flow numbers coming into each node has to equal the sum of the flow numbers going out, except for the sink and source. After a few false starts trying to design the algorithm, (dynamic programming? | ||
+ | Readability 8/10 | ||
==7.2== | ==7.2== | ||
Well if I thought the last section was jam-packed of analysis about maximum flows and the Ford-Fulkerson algoritm, boy was I in for a surprise because this section takes it to the extreme. First it formalizes the notion of s-t cuts, and proves useful properties about them, like the difference between the values of the edges out of a cut plus the sum of the values of the edges into the cut equals the value of the cut, which is used to prove that the capacity of the cut forms an upper bound on the value of the flow. Then en route to proving the optimality of the Ford-Fulkerson algorithm they prove that the max flow equals the min cut. Interesting thing they point out--they prove that with integers the FF algorithm terminates, but it's possible, they say, to have " | Well if I thought the last section was jam-packed of analysis about maximum flows and the Ford-Fulkerson algoritm, boy was I in for a surprise because this section takes it to the extreme. First it formalizes the notion of s-t cuts, and proves useful properties about them, like the difference between the values of the edges out of a cut plus the sum of the values of the edges into the cut equals the value of the cut, which is used to prove that the capacity of the cut forms an upper bound on the value of the flow. Then en route to proving the optimality of the Ford-Fulkerson algorithm they prove that the max flow equals the min cut. Interesting thing they point out--they prove that with integers the FF algorithm terminates, but it's possible, they say, to have " | ||
+ | |||
+ | Readability 6/10 | ||
+ | |||
+ | It was a bit difficult figuring out what they were always trying to say through the formalism. I'd always have to go back and look what like v(f) meant which they defined in like the first section--it' | ||
==7.5== | ==7.5== | ||
Line 17: | Line 22: | ||
Then it proves something interesting about " | Then it proves something interesting about " | ||
+ | Readability 7/10 | ||
+ | ==7.7== | ||
+ | |||
+ | This section is about circulation, | ||
+ | |||
+ | Readability 8/10 |