Learn R Programming

highs (version 1.10.0-1)

hi_solver_get_dbl_option: Get Double Option Value

Description

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

Usage

hi_solver_get_dbl_option(solver, key)

Value

A numeric value.

Arguments

solver

An object of class "highs_solver".

key

A character string specifying the option name.

Examples

Run this code
solver <- example_solver()
value <- hi_solver_get_dbl_option(solver, "time_limit")

Run the code above in your browser using DataLab