@740340735
2016-01-01T08:59:03.000000Z
字数 1210
阅读 622
算法设计与分析
Design a polynomial-time algorithm for solving the following problem: Given an undirected Graph with degree constraints , find a feasible orientation or determine that there is none. In particular:
Reduce it to a max flow problem. Prove that a max flow of a certain value can be converted into an orientation (and vice versa).
Redcuce it to a maximum matching. Show how certain matching can be converted into orientations (and vice versa).
