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