hi_solver_get_constraint_matrix | R Documentation |
This function retrieves the constraint matrix of the optimization model.
hi_solver_get_constraint_matrix(solver)
solver |
An object of class "highs_solver". |
A sparse matrix representing the constraints.
solver <- example_solver()
matrix <- hi_solver_get_constraint_matrix(solver)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.