| hi_solver_run | R Documentation |
Executes the optimization solver on the current model.
hi_solver_run(solver, verbose = FALSE)
solver |
An object of class "highs_solver". |
verbose |
a logical if TRUE, prints solver log messages to the console. |
Solver output is controlled by the 'output_flag' option: use 'hi_solver_set_option(solver, "output_flag", "off")' to suppress logging.
An integer status code (-1 = error, 0 = success, 1 = warning).
solver <- example_solver()
hi_solver_run(solver)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.