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