minimize_dr_vars
(function from pyomo.contrib.pyros.master_problem_methods)
- pyomo.contrib.pyros.master_problem_methods.minimize_dr_vars(master_data)[source]
Polish decision rule of most recent master problem solution.
- Parameters:
master_data (MasterProblemData) – Master problem data.
- Returns:
results (SolverResults) – Subordinate solver results for the polishing problem.
polishing_successful (bool) – True if polishing model was solved to acceptable level, False otherwise.