simulator ========= .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.dae import * try: from pyomo.dae import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.dae .. automodule:: pyomo.dae.simulator :undoc-members: .. rubric:: Classes .. autosummary:: :toctree: :template: recursive-class.rst Convert_Pyomo2Casadi_Visitor Pyomo2Scipy_Visitor Simulator Substitute_Pyomo2Casadi_Visitor .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst convert_pyomo2casadi convert_pyomo2scipy substitute_pyomo2casadi