hi_solver_write_basis | R Documentation |
This function writes the current basis information to a file.
hi_solver_write_basis(solver, filename)
solver |
An object of class "highs_solver". |
filename |
A character string specifying the output file path. |
Invisible NULL.
solver <- example_solver()
basis_file <- tempfile(fileext = ".txt")
hi_solver_write_basis(solver, basis_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.