Can MinCost MaxFlow handle negative cycle ?

Revision en1, by Z0RR0, 2017-07-21 01:00:43

Is it possible to find MinCost MaxFlow if there is a negative cycle on the network?

For clarification: in this given network, each edge has unit capacity and the number denoted on each edge defines the cost. A is source and D is sink. In this network MaxFlow is 1 and MinCost is -3.

How to calculate the MinCost properly?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Z0RR0 2017-07-21 01:00:43 471 Initial revision (published)