Skip to content

roessig/network-simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

network-simplex

Implementation of the network simplex algorithm, see e.g. Vašek Chvátal: Linear Programming. Freeman, 1983.

This programming project was part of this class http://www.zib.de/groetschel/teaching/WS1415/VL-WS1415.htm.

My implementation was among the ones with top performance. Test data can be found at http://elib.zib.de/pub/mp-testdata/mincost/netg/index.html with a description of the data format here.

A very simple example instance is contained in the file simple_flow.

Compile and Run

cd network-simplex
mkdir bin
javac src/*.java -d bin
cd bin
java nsimplex ../simple_flow

About

Implementation of the network simplex algorithm in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages