hi_solver_get_options | R Documentation |
Retrieves the values of multiple options from a HiGHS solver instance.
hi_solver_get_options(solver, keys = NULL)
solver |
A HiGHS solver object of class |
keys |
A character vector of option names to retrieve. |
A named list of option values with the appropriate types.
solver <- example_solver()
hi_solver_get_options(solver, c("output_flag", "solver"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.