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