(class from pyomo.contrib.pyros.master_problem_methods)
pyomo.contrib.pyros.master_problem_methods
Bases: object
object
Container for objects pertaining to the PyROS master problem.
model_data (ModelData) – PyROS model data object, equipped with the fully preprocessed working model.
Master problem model object.
BlockData
Name of the user-provided deterministic model object.
str
Index of the current PyROS cutting set iteration.
int
Main timer for the current problem being solved.
TimingData
PyROS solver options.
ConfigDict
Initialize self (see docstring).
Methods
__init__(model_data)
__init__
solve_dr_polishing()
solve_dr_polishing
Solve the DR polishing problem.
solve_master()
solve_master
Solve the master problem.
Member Documentation