add_effective_var_partitioning

(function from pyomo.contrib.pyros.util)

pyomo.contrib.pyros.util.add_effective_var_partitioning(model_data)[source]

Obtain a repartitioning of the in-scope variables of the working model according to known adjustability to the uncertain parameters, and add this repartitioning to the working model.

Parameters:

model_data (model data object) – Main model data object.