create\_oa\_subproblems ======================= .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.gdpopt import * try: from pyomo.contrib.gdpopt import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.gdpopt .. automodule:: pyomo.contrib.gdpopt.create_oa_subproblems :undoc-members: .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst add_algebraic_variable_list add_boolean_variable_lists add_constraint_list add_constraints_by_disjunct add_discrete_variable_list add_disjunct_list add_disjunction_list add_global_constraint_list add_transformed_boolean_variable_list add_util_block get_subproblem initialize_discrete_problem save_initial_values