| hi_solver_set_basis | R Documentation |
Sets a simplex basis on the solver for warm-starting. Use basis status values: 0=Lower, 1=Basic, 2=Upper, 3=Zero, 4=Nonbasic.
hi_solver_set_basis(solver, col_status, row_status)
solver |
An object of class "highs_solver". |
col_status |
Integer vector of column basis statuses. |
row_status |
Integer vector of row basis statuses. |
An integer status code (0 = OK).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.