(class from pyomo.contrib.pyros.solve_data)
pyomo.contrib.pyros.solve_data
Bases: object
object
Result of solving the master problem in a single PyROS iteration.
Master model.
ConcreteModel
Feasibility problem subsolver results.
SolverResults
List of subsolver results for the master problem.
list of SolverResults
PyROS termination status established via solution of the master problem. If None, then no termination status has been established.
None or pyrosTerminationCondition
Initialize self (see class docstring).
Methods
__init__([master_model, ...])
__init__
Attributes
backup_solver_used
True if a backup solver was used for the master problem, False otherwise.
feasibility_problem_success
True if the feasibility problem was solved successfully, False otherwise.
Member Documentation
bool