hi_model_set_offset {highs} | R Documentation |
Set Offset for Highs Model
Description
This function sets the offset for a given Highs model.
Usage
hi_model_set_offset(model, offset)
Arguments
model |
an object of class |
offset |
a numeric value of length 1. The offset value to be set for the model. |
Value
NULL
Examples
model <- hi_new_model()
hi_model_set_offset(model, 10)
[Package highs version 1.10.0-2 Index]