Skip to main content

High-level Python package for solving linear and quadratic optimization problems using multiple solvers

Project description

PyPI package Documentation Test results Test coverage Code analysis License Analytics

conv_opt

conv_opt is a high-level Python package for solving linear and quadratic optimization problems using multiple open-source and commercials solvers including Cbc, CVXOPT, FICO XPRESS, GLPK, Gurobi, IBM CPLEX, MINOS, Mosek, quadprog, SciPy, and SoPlex.

Installation

  1. Install Python and pip

  2. Optionally, install the Cbc/CyLP, FICO XPRESS, IBM CPLEX, Gurobi, MINOS, Mosek, and SoPlex solvers. Please see our detailed instructions.

  3. Install this package.

    • Install the latest release from PyPI:

      pip install conv_opt
    • Install the latest revision from GitHub:

      pip install git+https://github.com/KarrLab/conv_opt.git#egg=conv_opt
    • Support for the optional solvers can be installed using the following options:

      pip install conv_opt[cbc,cplex,gurobi,minos,mosek,soplex,xpress]

Documentation

Please see the API documentation.

License

The build utilities are released under the MIT license.

Development team

This package was developed by the Karr Lab at the Icahn School of Medicine at Mount Sinai in New York, USA.

Questions and comments

Please contact the Karr Lab with any questions or comments.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conv_opt-0.0.13.tar.gz (25.0 kB view hashes)

Uploaded Source

Built Distribution

conv_opt-0.0.13-py2.py3-none-any.whl (36.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page