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