GDP\_LBB\_Solver ================ (class from :py:mod:`pyomo.contrib.gdpopt.branch_and_bound`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.gdpopt.branch_and_bound import * try: from pyomo.contrib.gdpopt.branch_and_bound import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.gdpopt.branch_and_bound .. autoclass:: pyomo.contrib.gdpopt.branch_and_bound::GDP_LBB_Solver :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~GDP_LBB_Solver.__init__ ~GDP_LBB_Solver.any_termination_criterion_met ~GDP_LBB_Solver.available ~GDP_LBB_Solver.bounds_converged ~GDP_LBB_Solver.license_is_valid ~GDP_LBB_Solver.primal_bound ~GDP_LBB_Solver.reached_iteration_limit ~GDP_LBB_Solver.reached_time_limit ~GDP_LBB_Solver.relative_gap ~GDP_LBB_Solver.solve ~GDP_LBB_Solver.update_incumbent ~GDP_LBB_Solver.version .. rubric:: Attributes .. autosummary:: ~GDP_LBB_Solver.CONFIG ~GDP_LBB_Solver.algorithm ~GDP_LBB_Solver.objective_sense .. rubric:: Member Documentation