hi_solver_get_dbl_option | R Documentation |
This function retrieves the value of a double precision solver option.
hi_solver_get_dbl_option(solver, key)
solver |
An object of class "highs_solver". |
key |
A character string specifying the option name. |
A numeric value.
solver <- example_solver()
value <- hi_solver_get_dbl_option(solver, "time_limit")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.