master\_problem\_methods ======================== .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.pyros import * try: from pyomo.contrib.pyros import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.pyros .. automodule:: pyomo.contrib.pyros.master_problem_methods :undoc-members: .. rubric:: Classes .. autosummary:: :toctree: :template: recursive-class.rst MasterProblemData .. rubric:: Functions .. autosummary:: :toctree: :template: recursive-base.rst add_scenario_block_to_master_problem construct_dr_polishing_problem construct_initial_master_problem construct_master_feasibility_problem get_master_dr_degree higher_order_decision_rule_efficiency log_master_solve_results minimize_dr_vars process_termination_condition_master_problem solve_master solve_master_feasibility_problem solver_call_master