hi_solver_set_offset | R Documentation |
This function sets the objective offset in the solver instance.
hi_solver_set_offset(solver, ext_offset)
solver |
An object of class "highs_solver". |
ext_offset |
A numeric value representing the offset. |
The solver instance with the updated offset.
solver <- example_solver()
hi_solver_set_offset(solver, 5.0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.