get_effective_uncertain_dimensions

(function from pyomo.contrib.pyros.util)

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

Determine the positional indices of the effective uncertain parameters, i.e., the uncertain parameters of a model that are not constrained to a single value by the uncertainty set constraints.

Parameters:

model_data (ModelData) – PyROS model data object.

Returns:

Positional indices of interest.

Return type:

list of int