solve_master_feasibility_problem

(function from pyomo.contrib.pyros.master_problem_methods)

pyomo.contrib.pyros.master_problem_methods.solve_master_feasibility_problem(master_data)[source]

Solve a slack variable-based feasibility model derived from the master problem. Initialize the master problem to the solution found by the optimizer if solved successfully, or to the initial point provided to the solver otherwise.

Parameters:

master_data (MasterProblemData) – Master problem data.

Returns:

results – Solver results.

Return type:

SolverResults