powered by
This function sets the offset for a given Highs model.
hi_model_set_offset(model, offset)
NULL
an object of class "highs_model".
"highs_model"
a numeric value of length 1. The offset value to be set for the model.
model <- hi_new_model() hi_model_set_offset(model, 10)
Run the code above in your browser using DataLab