gdpopt ====== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib import * try: from pyomo.contrib import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib .. automodule:: pyomo.contrib.gdpopt :undoc-members: .. rubric:: Modules .. autosummary:: :toctree: :template: recursive-module.rst :recursive: GDPopt algorithm_base_class branch_and_bound config_options create_oa_subproblems cut_generation discrete_problem_initialize enumerate gloa ldsda loa nlp_initialization oa_algorithm_utils plugins ric solve_discrete_problem solve_subproblem util