process_termination_condition_master_problem
(function from pyomo.contrib.pyros.master_problem_methods)
- pyomo.contrib.pyros.master_problem_methods.process_termination_condition_master_problem(config, results)[source]
Process master problem solve termination condition.
- Parameters:
config (ConfigDict) – PyROS solver options.
results (SolverResults) – Solver results.
- Returns:
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.
- Raises:
NotImplementedError – If a particular solver termination is not supported by PyROS.