Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 430 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 430 Bytes

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.