(function from pyomo.contrib.pyros.master_problem_methods)
pyomo.contrib.pyros.master_problem_methods
Process master problem solve termination condition.
config (ConfigDict) – PyROS solver options.
results (SolverResults) – Solver results.
optimality_acceptable (bool) – True if problem was solved to an acceptable optimality target, False otherwise.
infeasible (bool) – True if problem was found to be infeasible, False otherwise.
NotImplementedError – If a particular solver termination is not supported by PyROS.