hi_solver_get_options {highs}R 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"))

[Package highs version 1.10.0-2 Index]