(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__
Member Documentation