Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 389 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 389 Bytes

MCF-SSP

Build Status

Successive shortest path minimum cost flow solver

A header only C++ implementation of the successive shortest path algorithm for the minimum cost flow problem. Costs can be either real or integer-valued, while capacities and excesses must be integral.