(function from pyomo.contrib.pyros.util)
pyomo.contrib.pyros.util
Standardize the active objective of the working model.
This method involves declaration of:
named expressions for the full active objective (in a minimization sense), the first-stage objective summand, and the second-stage objective summand.
an epigraph epigraph variable and constraint.
The epigraph constraint is considered a first-stage inequality provided that it is independent of the adjustable (i.e., effective second-stage and effective state) variables and the effective uncertain parameters.
model_data (model data object) – Main model data object.