Lyxn / network-simplex

network simplex algorithm in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Network Simplex

Build & Test

mkdir build 
cd build
cmake ..
make
sh ../script/unittest.sh

Usage

./cnet $FILE_NWK [$DEBUG]

Reference

  1. Florian, M., & Lebeuf, D.. (1997). An efficient implementation of the network simplex method. Network Optimization. Springer Berlin Heidelberg.

About

network simplex algorithm in c++


Languages

Language:C++ 97.9%Language:CMake 1.9%Language:Shell 0.2%