Given a directed graph $G = (V,E)$ with a cost function $\gamma: E \to \Bbb R_{\geq 0}$ and two vertices $u,v \in V$.
How to reduce the problem of finding a directed path from $u$ to $v$ with minimum cost to the Min-Cost-Flow Problem with some capacity, demand, cost functions?
Thank you.
Hint:
I hope this helps $\ddot\smile$