compute\_bounds =============== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.gdp_bounds import * try: from pyomo.contrib.gdp_bounds import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.gdp_bounds .. automodule:: pyomo.contrib.gdp_bounds.compute_bounds :undoc-members: .. rubric:: Classes .. autosummary:: :toctree: :template: recursive-class.rst ComputeDisjunctiveVarBounds .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst disjunctive_fbbt disjunctive_obbt fbbt_disjunct obbt_disjunct solve_bounding_problem