powered by
This function sets the lower bounds for a given Highs model.
hi_model_set_lower(model, lower)
NULL
an object of class "highs_model".
"highs_model"
a numeric vector giving the lower bounds.
model <- hi_new_model() lower_bounds <- c(0, 1, 2) hi_model_set_lower(model, lower_bounds)
Run the code above in your browser using DataLab