Extensible Multiparametric Solver in Python
Project description
PPOPT
Python Parametric OPtimization Toolbox (PPOPT) is a software platform for solving and manipulating multiparametric programs in Python.
Installation
Currently, PPOPT requires Python 3.7 or higher and can be installed with the following commands.
pip install ppopt
To install PPOPT and install all optional solvers the following installation is recommended.
pip install ppopt[optional]
In Python 3.11 and beyond there is currently an error with the quadprog package. An alternate version that fixed this error can be installed here.
pip install git+https://github.com/HKaras/quadprog/
Completed Features
- Solver interface for mpLPs and mpQPs with the following algorithms
- Serial and Parallel Combinatorial Algorithms
- Serial and Parallel Geometrical Algorithms
- Serial and Parallel Graph based Algorithms
- Solver interface for mpMILPs and mpMIQPs with the following algorithms
- Enumeration based algorithm
- Multiparametric solution export to C++, JavaScript, and Python
- Plotting utilities
- Presolver and Conditioning for Multiparametric Programs
Key Applications
- Explicit Model Predictive Control
- Multilevel Optimization
- Integrated Design, Control, and Scheduling
- Robust Optimization
For more information about Multiparametric programming and it's applications, this paper is a good jumping point.
Quick Overview
To give a fast primer of what we are doing, we are solving multiparametric programming problems (fast) by writing parallel algorithms efficiently. Here is a quick scaling analysis on a large multiparametric program with the combinatorial algorithm.
Here is a benchmark against the state of the art multiparametric programming solvers. All tests run on the Terra Supercomputer at Texas A&M University. Matlab 2021b was used for solvers written in matlab and Python 3.8 was used for PPOPT.
Citation
Since a lot of time and effort has gone into PPOPT's development, please cite the following publication if you are using PPOPT for your own research.
@incollection{kenefake2022ppopt,
title={PPOPT-Multiparametric Solver for Explicit MPC},
author={Kenefake, Dustin and Pistikopoulos, Efstratios N},
booktitle={Computer Aided Chemical Engineering},
volume={51},
pages={1273--1278},
year={2022},
publisher={Elsevier}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file ppopt-1.6.1-py3-none-any.whl
.
File metadata
- Download URL: ppopt-1.6.1-py3-none-any.whl
- Upload date:
- Size: 89.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be61c7ed216a11759a55738a49549089c45f640d7c7c34f801e9ed4e8fbba512 |
|
MD5 | 9892ade4c7861468673978acfbc40a4c |
|
BLAKE2b-256 | f81737bdb64d5cf17551201d420fe389d85dc31306f646490f594e0d63fcb4c2 |