| hi_solver_set_sparse_solution | R Documentation |
Sets a sparse primal solution (by index/value pairs) for warm-starting.
hi_solver_set_sparse_solution(solver, index, value)
solver |
An object of class "highs_solver". |
index |
Integer vector of column indices (0-based). |
value |
Numeric vector of values for those columns. |
An integer status code (0 = OK).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.