Блог пользователя HE_MATEMATIK

Автор HE_MATEMATIK, история, 7 лет назад, По-английски

Suppose we have a matrix A such that A[i][j] is the max flow from i to j in some undirected graph G.

Can anyone give me the counter-test for solution like: get maximal spanning tree in this full graph, and now if this graph existst, we will have maxflow(i, j) == A[i][j]?

  • Проголосовать: нравится
  • -2
  • Проголосовать: не нравится

»
2 года назад, # |
  Проголосовать: нравится +11 Проголосовать: не нравится

This solution is correct and it satisfies the condition proved in the Gomory Hu tree paper