subsystems ========== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.util import * try: from pyomo.util import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.util .. automodule:: pyomo.util.subsystems :undoc-members: .. rubric:: Classes .. autosummary:: :toctree: :template: recursive-class.rst ParamSweeper TemporarySubsystemManager .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst add_local_external_functions create_subsystem_block generate_subsystem_blocks identify_external_functions