Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.55 KB

README.md

File metadata and controls

51 lines (40 loc) · 2.55 KB

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.