powered by
This function retrieves the value of an integer solver option.
hi_solver_get_int_option(solver, key)
An integer value.
An object of class "highs_solver".
A character string specifying the option name.
solver <- example_solver() value <- hi_solver_get_int_option(solver, "log_dev_level")
Run the code above in your browser using DataLab