ROSolver_iterative_solve

(function from pyomo.contrib.pyros.pyros_algorithm_methods)

pyomo.contrib.pyros.pyros_algorithm_methods.ROSolver_iterative_solve(model_data)[source]

Solve an RO problem with the iterative GRCS algorithm.

Parameters:

model_data (model data object) – Model data object, equipped with the fully preprocessed working model.

Returns:

Iterative solve results.

Return type:

GRCSResults