IntervalTightener ================= (class from :py:mod:`pyomo.contrib.appsi.fbbt`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.appsi.fbbt import * try: from pyomo.contrib.appsi.fbbt import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.appsi.fbbt .. autoclass:: pyomo.contrib.appsi.fbbt::IntervalTightener :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~IntervalTightener.__init__ ~IntervalTightener.add_block ~IntervalTightener.add_constraints ~IntervalTightener.add_params ~IntervalTightener.add_sos_constraints ~IntervalTightener.add_variables ~IntervalTightener.perform_fbbt ~IntervalTightener.perform_fbbt_with_seed ~IntervalTightener.remove_block ~IntervalTightener.remove_constraints ~IntervalTightener.remove_params ~IntervalTightener.remove_sos_constraints ~IntervalTightener.remove_variables ~IntervalTightener.set_instance ~IntervalTightener.set_objective ~IntervalTightener.update ~IntervalTightener.update_params ~IntervalTightener.update_variables .. rubric:: Attributes .. autosummary:: ~IntervalTightener.config ~IntervalTightener.update_config .. rubric:: Member Documentation