# software. This software is distributed under the 3-clause BSD License. """Two reactor model from literature. See README.md.""" import pyomo.environ as pyo from pyomo.gdp import Disjunction def build ...
Try out the examples in the examples folder using the binder service. The package can also be installed on Google Colab using the commands: The easiest way to get started with the Control Systems ...