An open API service indexing awesome lists of open source software.

https://github.com/tobiamarcucci/pympc


https://github.com/tobiamarcucci/pympc

computational-geometry hybrid-systems linear-systems model-predictive-control

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# pympc

pympc is a pyhton toolbox for Model Predictive Control (MPC) of linear and hybrid systems.

This toolbox implements several algorithms for:
- polyhedral computations,
- computation of maximum constraint-admissible invariant sets,
- MPC of linear systems,
- explicit MPC of linear systems,
- MPC for hybrid systems in piecewise-affine form.

# Examples

The `examples` folder contains some introductory Jupyter notebooks.