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