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