validate_pyros_inputs
(function from pyomo.contrib.pyros.util
)
- pyomo.contrib.pyros.util.validate_pyros_inputs(model, config)[source]
Perform advanced validation of PyROS solver arguments.
- Parameters:
model (ConcreteModel) – Input deterministic model.
config (ConfigDict) – PyROS solver options.
- Returns:
user_var_partitioning – Partitioning of the in-scope model variables into first-stage, second-stage, and state variables, according to user specification of the first-stage and second-stage variables.
- Return type: