LazyOACallback\_cplex ===================== (class from :py:mod:`pyomo.contrib.mindtpy.single_tree`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.mindtpy.single_tree import * try: from pyomo.contrib.mindtpy.single_tree import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.mindtpy.single_tree .. autoclass:: pyomo.contrib.mindtpy.single_tree::LazyOACallback_cplex :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~LazyOACallback_cplex.__init__ ~LazyOACallback_cplex.add_lazy_affine_cuts ~LazyOACallback_cplex.add_lazy_no_good_cuts ~LazyOACallback_cplex.add_lazy_oa_cuts ~LazyOACallback_cplex.copy_lazy_var_list_values ~LazyOACallback_cplex.handle_lazy_main_feasible_solution ~LazyOACallback_cplex.handle_lazy_subproblem_infeasible ~LazyOACallback_cplex.handle_lazy_subproblem_optimal ~LazyOACallback_cplex.handle_lazy_subproblem_other_termination .. rubric:: Member Documentation