hi_solver_get_str_option {highs} | R Documentation |
Get String Option Value
Description
This function retrieves the value of a string solver option.
Usage
hi_solver_get_str_option(solver, key)
Arguments
solver |
An object of class "highs_solver". |
key |
A character string specifying the option name. |
Value
A character string.
Examples
solver <- example_solver()
value <- hi_solver_get_str_option(solver, "solver")
[Package highs version 1.10.0-3 Index]