A C++ implementation of Network Simplex Algorithm
Author: splintersu@github
https://github.com/splintersu/NetworkSimplex
compile with c++11 or newer version
Network Simplex Algorithm is for Minimum-Cost-Flow problem
Problem Setting:
Denotes the network
input:
the goal: min
satisfying:
reference:
http://www.unc.edu/depts/stat-or/courses/provan/STOR724_web/lect14_simp.pdf