MasterProblemData
(class from pyomo.contrib.pyros.master_problem_methods)
- class pyomo.contrib.pyros.master_problem_methods.MasterProblemData(model_data)[source]
Bases:
objectContainer for objects pertaining to the PyROS master problem.
- Parameters:
model_data (ModelData) – PyROS model data object, equipped with the fully preprocessed working model.
- timing
Main timer for the current problem being solved.
- Type:
- config
PyROS solver options.
- Type:
Methods
__init__(model_data)Initialize self (see docstring).
Solve the DR polishing problem.
Solve the master problem.
Member Documentation