hi_model_get_nvars | R Documentation |
This function retrieves the number of variables in a given Highs model.
hi_model_get_nvars(model)
model |
A 'highs_model' object. The model from which to get the number of variables. |
An integer representing the number of variables in the model.
model <- hi_new_model()
hi_model_get_nvars(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.