Skip to content

Coloquinte/InteriorPointTransportation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Interior point solver for transportation problem

This repository applies the Mehrotra Predictor-Corrector algorithm to the transportation problem.

The structure of the problem allows for much faster matrix inversion, yielding a nearly linear time algorithm when the number of destinations is small.

Initial algorithm implementation is taken from https://github.com/martinResearch/PySparseLP

About

Fast interior-point algorithm for the transportation problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages