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