powered by
Retrieves the values of multiple options from a HiGHS solver instance.
hi_solver_get_options(solver, keys = NULL)
A named list of option values with the appropriate types.
A HiGHS solver object of class "highs_solver".
"highs_solver"
A character vector of option names to retrieve.
solver <- example_solver() hi_solver_get_options(solver, c("output_flag", "solver"))
Run the code above in your browser using DataLab