pawelswoboda / MCF-SSP

Successive shortest path minimum cost flow solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Successive shortest path minimum cost flow solver

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 96.6%Language:CMake 3.4%