Download
Installation
1. MATLAB® Process Operability App
To use the Process Operability App, you will need MATLAB® version R2018b or higher.
Download the latest version of the Operability App (Version 1.2)
Download the Operability App Version 1.1.
Download the Operability App Version 1.0.
1.1. Software Dependencies
To run operability algorithms that employ computational geometry calculations, you will need the multi-parametric toolbox (MPT) (version 3.0 or higher) - available at https://www.mpt3.org/.
2. Opyrability
2.1. From PyPI/conda (Windows, Linux and macOS):
The following commands will install Opyrability and all dependencies on any OS (Windows, Linux and macOS):
pip install opyrability
Then install Cyipopt from conda:
conda install -c conda-forge cyipopt
2.2. From conda (Linux and macOS only):
The single command below will install opyrability and all requirements/dependencies on Linux/macOS operating systems automatically:
conda install -c codes-group -c conda-forge opyrability
2.3. Using in a Google Colab environment:
You can set up Opyrability in your Google Colab session as follows:
!pip install -q condacolab
import condacolab
condacolab.install()
!conda install -c codes-group -c conda-forge opyrability
2.4. Software Dependencies
All software dependencies are automatically handled by Opyrability. For a complete list of dependencies, please check Opyrability's documentation.