hi_solver_write_basis {highs}R Documentation

Write Basis to File

Description

This function writes the current basis information to a file.

Usage

hi_solver_write_basis(solver, filename)

Arguments

solver

An object of class "highs_solver".

filename

A character string specifying the output file path.

Value

Invisible NULL.

Examples

solver <- example_solver()
basis_file <- tempfile(fileext = ".txt")
hi_solver_write_basis(solver, basis_file)


[Package highs version 1.10.0-2 Index]