powered by
This function retrieves the value of a string solver option.
hi_solver_get_str_option(solver, key)
A character string.
An object of class "highs_solver".
A character string specifying the option name.
solver <- example_solver() value <- hi_solver_get_str_option(solver, "solver")
Run the code above in your browser using DataLab