construct_separation_problem

(function from pyomo.contrib.pyros.separation_problem_methods)

pyomo.contrib.pyros.separation_problem_methods.construct_separation_problem(model_data)[source]

Construct the separation problem model from the fully preprocessed working model.

Parameters:

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

Returns:

separation_model – Separation problem model.

Return type:

ConcreteModel