powered by
This function retrieves the solution from the solver after optimization.
hi_solver_get_solution(solver)
A list containing the solution information.
An object of class "highs_solver".
solver <- example_solver() hi_solver_run(solver) solution <- hi_solver_get_solution(solver)
Run the code above in your browser using DataLab