Skip to content

Parallel linear programming solver written in Python with example.

Notifications You must be signed in to change notification settings

pf4d/parallel_lp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

parallel_lp

Parallel linear programming solver written in Python with example.

requires installation of PyGLPK:

http://tfinley.net/software/pyglpk/

When installing on 64 bit machines, change ['-m32'] to ['-m64'] in line 74 of setup.py.

Before installing this, install GMP and glpk :

sudo apt-get install libgmp3-dev glpk

About

Parallel linear programming solver written in Python with example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published