| hi_solver_get_basis | R Documentation |
Retrieves the current simplex basis from the solver.
hi_solver_get_basis(solver)
solver |
An object of class "highs_solver". |
A list with components:
Logical, whether the basis is valid.
Integer vector of column basis statuses (0=Lower, 1=Basic, 2=Upper, 3=Zero, 4=Nonbasic).
Integer vector of row basis statuses.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.