Learn R Programming

highs (version 1.10.0-1)

hi_solver_get_options: Get multiple HiGHS Solver Options

Description

Retrieves the values of multiple options from a HiGHS solver instance.

Usage

hi_solver_get_options(solver, keys = NULL)

Value

A named list of option values with the appropriate types.

Arguments

solver

A HiGHS solver object of class "highs_solver".

keys

A character vector of option names to retrieve.

Examples

Run this code
solver <- example_solver()
hi_solver_get_options(solver, c("output_flag", "solver"))

Run the code above in your browser using DataLab