hi_solver_get_sense | R Documentation |
This function returns the optimization sense (e.g., minimization or maximization) of the provided solver instance.
hi_solver_get_sense(solver)
solver |
An object of class "highs_solver" representing the solver instance. |
The optimization sense of the solver instance.
solver <- example_solver()
hi_solver_get_sense(solver)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.