diviyank / pylp

Unified python wrappers for popular ILP solvers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pylp

Unified python wrappers for popular ILP solvers

installation

Clone this repository:

git clone https://github.com/funkey/pylp

Check out the submodules:

git submodule update --init

Get dependencies:

sudo apt-get install libboost-all-dev python-dev

Compile and install the wrapper:

python setup.py install

About

Unified python wrappers for popular ILP solvers


Languages

Language:C++ 95.1%Language:CMake 2.1%Language:Python 1.6%Language:C 0.9%Language:Shell 0.4%