hi_solver_get_vartype | R Documentation |
This function retrieves the type (continuous, integer, etc.) of all variables.
hi_solver_get_vartype(solver)
solver |
An object of class "highs_solver". |
A character vector of variable types.
solver <- example_solver()
types <- hi_solver_get_vartype(solver)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.