hi_model_set_lhs {highs} | R Documentation |
Set Left Hand Side for a Highs Model
Description
This function sets the left hand side for a given Highs model.
Usage
hi_model_set_lhs(model, lhs)
Arguments
model |
an object of class |
lhs |
a numeric vector giving the left hand side values. |
Value
NULL
Examples
model <- hi_new_model()
model <- hi_model_set_lhs(model, c(0, 1, 2))
[Package highs version 1.10.0-3 Index]