hi_solver_get_options: Get multiple HiGHS Solver Options

View source: R/options.R

hi_solver_get_optionsR Documentation

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)

Arguments

solver

A HiGHS solver object of class "highs_solver".

keys

A character vector of option names to retrieve.

Value

A named list of option values with the appropriate types.

Examples

solver <- example_solver()
hi_solver_get_options(solver, c("output_flag", "solver"))

highs documentation built on June 8, 2025, 10:36 a.m.