powered by
This function writes the current basis information to a file.
hi_solver_write_basis(solver, filename)
Invisible NULL.
An object of class "highs_solver".
A character string specifying the output file path.
solver <- example_solver() basis_file <- tempfile(fileext = ".txt") hi_solver_write_basis(solver, basis_file)
Run the code above in your browser using DataLab