Hull\_Reformulation =================== (class from :py:mod:`pyomo.gdp.plugins.hull`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.gdp.plugins.hull import * try: from pyomo.gdp.plugins.hull import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.gdp.plugins.hull .. autoclass:: pyomo.gdp.plugins.hull::Hull_Reformulation :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Hull_Reformulation.__init__ ~Hull_Reformulation.apply ~Hull_Reformulation.apply_to ~Hull_Reformulation.create_using ~Hull_Reformulation.get_disaggregated_var ~Hull_Reformulation.get_disaggregation_constraint ~Hull_Reformulation.get_src_constraint ~Hull_Reformulation.get_src_disjunct ~Hull_Reformulation.get_src_disjunction ~Hull_Reformulation.get_src_var ~Hull_Reformulation.get_transformed_constraints ~Hull_Reformulation.get_var_bounds_constraint .. rubric:: Attributes .. autosummary:: ~Hull_Reformulation.CONFIG ~Hull_Reformulation.transformation_name .. rubric:: Member Documentation