kernel ====== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core import * try: from pyomo.core import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core .. automodule:: pyomo.core.kernel :undoc-members: .. rubric:: Modules .. autosummary:: :toctree: :template: recursive-module.rst :recursive: base block conic constraint container_utils dict_container expression heterogeneous_container homogeneous_container list_container matrix_constraint objective parameter piecewise_library set_types sos suffix tuple_container variable