hi_model_set_lower | R Documentation |
This function sets the lower bounds for a given Highs model.
hi_model_set_lower(model, lower)
model |
an object of class |
lower |
a numeric vector giving the lower bounds. |
NULL
model <- hi_new_model()
lower_bounds <- c(0, 1, 2)
hi_model_set_lower(model, lower_bounds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.