| |
| | Lecture 15 + 16 + 17 |
 | | Then either the path is traversing node i more than once, or it is finishing in a node i that was traversed before. |
 | | A graph of degree is a composition of cycles and paths. |
 | | The correct idea is to always look for paths in the associated network N(f) = (s, t, V, E(f), a), where for each edge (i, j) in E, E(f) has edges (i, j) and (j, i), with capacities b(i, j) - f(i, j) for the first and f(i, j) for the second. |
| www.cs.umu.se /kurser/TDBC91/VT02/lec15.html (4514 words) |
|