I am struggling to find an example with a solution for a Minimum Cost Capacitated Flow problem. My network is defined as a graph $G = (V, E)$, where each edge has a capacity $c(u, v) > 0$, a flow $f(u, v) \ge 0$, and a cost $a(u, v)$. The solution must show a minimum cost using the maximum capacity of the network edges. Wikipedia does not have an example, do you know where I can find an example of this?
Thanks, Felipe
Here is one example. it used Mathematica
FindMinimumCostFlowto calculate the answer.