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