Please suggest computer packages and simple programming languages that support computational experiments of network flow models. You can also send me notes, books or packages {[email protected] | [email protected]}
1) An excellent book with corresponding Network Flow program (Fortran) is: ALGORITHMS FOR NETWORK PROGRAMMING. KENNINGTON J.L. AND HELGASON R.V. JOHN WILEY & SONS. 1980.
2) In python I can recommend: 'networkX' described in: https://networkx.github.io/documentation/networkx-1.10/reference/algorithms.flow.html
3) An application of 1) in power systems can be found here: Article Calculation of energy prices in a disaggregated system via n...
Trust Tawanda, if you want to use linear programming formulations ("standard" LP/ integer LP) of network flow models, you can consider LP/ILP optimization software.