hi_solver_get_dbl_option: Get Double Option Value

View source: R/solver-api.R

hi_solver_get_dbl_optionR Documentation

Get Double Option Value

Description

This function retrieves the value of a double precision solver option.

Usage

hi_solver_get_dbl_option(solver, key)

Arguments

solver

An object of class "highs_solver".

key

A character string specifying the option name.

Value

A numeric value.

Examples

solver <- example_solver()
value <- hi_solver_get_dbl_option(solver, "time_limit")


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