ModelSelect =========== (class from :py:mod:`pyomo.contrib.viewer.model_select`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.viewer.model_select import * try: from pyomo.contrib.viewer.model_select import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.viewer.model_select .. autoclass:: pyomo.contrib.viewer.model_select::ModelSelect :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ModelSelect.__init__ ~ModelSelect.select_model ~ModelSelect.update_models .. rubric:: Member Documentation