MasterResults
(class from pyomo.contrib.pyros.solve_data
)
- class pyomo.contrib.pyros.solve_data.MasterResults(master_model=None, feasibility_problem_results=None, master_results_list=None, pyros_termination_condition=None)[source]
Bases:
object
Result of solving the master problem in a single PyROS iteration.
- master_model
Master model.
- Type:
- feasibility_problem_results
Feasibility problem subsolver results.
- Type:
- master_results_list
List of subsolver results for the master problem.
- Type:
- pyros_termination_condition
PyROS termination status established via solution of the master problem. If None, then no termination status has been established.
- Type:
None or pyrosTerminationCondition
- __init__(master_model=None, feasibility_problem_results=None, master_results_list=None, pyros_termination_condition=None)[source]
Initialize self (see class docstring).
Methods
__init__
([master_model, ...])Initialize self (see class docstring).
Member Documentation