test/min_cost_flow_test.cc
2010-03-06 Unify the sources (#339)
2010-02-10 Handle graph changes in the MCF algorithms (#327)
2009-11-12 Adds tests for the new MCF algorithms (#180)
2009-11-12 Rework the MCF test file to help extending it (#180)
2009-05-12 Avoid Intel C++ Compiler warnings
2009-05-12 Extend min cost flow test file + check dual costs (#291)
2009-04-29 Less map copying in NetworkSimplex (#234)
2009-04-29 Support negative costs and bounds in NetworkSimplex (#270)
2009-04-24 Exploit the changes of #190 in MCF test file (#234, #190)
2009-04-17 Support >= and <= constraints in NetworkSimplex (#219, #234)
2009-04-03 Separate types for flow and cost values in NetworkSimplex (#234)
2009-03-25 Support multiple run() calls in NetworkSimplex (#234)
2009-03-25 Rework the interface of NetworkSimplex (#234)
2009-02-24 Port NetworkSimplex from SVN -r3520 (#234)