In a directed graph with at most one edge between each pair of vertices, if we
replace each directed edge by an undirected edge, the maximum flow
value remains unchanged.
爲什麼它是假的? 爲什麼以及如何改變流量? 謝謝。
我正在考慮使用cvxopt來解決一些非線性網絡流量優化問題。爲了理解基礎知識,我用一個非常簡單的測試網絡來測試它,只有4個頂點和5個邊。 我的網絡看起來像this。藍色和紅色節點分別是源和匯。 在每個邊緣上的成本是: alpha*x**2
x表示包含在每個邊緣上的流動的矢量,和α是一些係數。我的優化問題是: min sum(alpha*x**2)
subject to:
E*