(function from pyomo.contrib.pyros.separation_problem_methods)
pyomo.contrib.pyros.separation_problem_methods
Invoke subordinate solver(s) on separation problem.
separation_data (SeparationProblemData) – Separation problem data.
master_data (MasterProblemData) – Master problem data.
solve_globally (bool) – True to solve separation problems globally, False to solve locally.
ss_ineq_con_to_maximize (Constraint) – Second-stage inequality constraint for which to solve separation problem. Informs the objective (constraint violation) to maximize.
ss_ineq_cons_to_evaluate (list of Constraint) – Second-stage inequality constraints whose expressions are to be evaluated at the separation problem solution obtained.
solve_call_results – Solve results for separation problem of interest.
pyros.solve_data.SeparationSolveCallResults