Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| courses:cs211:winter2018:journals:holmesr:section_7.5 [2018/04/02 15:29] – created holmesr | courses:cs211:winter2018:journals:holmesr:section_7.5 [2018/04/04 03:22] (current) – holmesr | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Section 7.5 a First Application: | ====== Section 7.5 a First Application: | ||
| + | We can compute a maximum matching in a set of nodes G by adding an s and a t node, then computing the maximum s-t flow in our new graph G'. This means that not only can we find the size of this matching but actually use the flow to find the matching itself. | ||
| + | |||
| + | I don't understand how we are determining a " | ||
| + | |||
| + | M' contains k edges | ||
| + | |||
| + | Each node in X is the tail of at most one edge in M' | ||
| + | |||
| + | Each node in Y is the head of at most one edge in M' | ||
| + | |||
| + | However, I do not understand what the application of these statements means. | ||
| + | |||
| + | We can compute this mystical " | ||
| + | |||
| + | The chapter goes on the discuss some other nonsensical thing about what augenting paths mean in the network G'. Again, I am lost quickly. The authors appear to be drawing dashed lines and bold lines at will with no real meaning behind them. This is all I am able to discern. These distinctions have something to do with a type of path called an // | ||
| + | |||
| + | The section goes on to discuss what should happen in the case that there is not perfect matching in the bipartite graph. It would be good to produce an output that convinces the user that there is no perfect matching. The maximum flow of G' must be at least n to allow for a perfect matching. | ||
| + | |||
| + | Nothing I am reading in this chapter makes any sense. | ||
