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