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