Learn R Programming

highs (version 1.9.0-1)

highs_control: Highs Control

Description

Highs Control

Usage

highs_control(threads = 1L, time_limit = Inf, log_to_console = FALSE, ...)

Arguments

threads

an integer giving the number of threads to be used.

time_limit

a double giving the time limit.

log_to_console

a logical giving if the output should be shown in the console.

...

other arguments supported by the HiGHS solver.

Examples

Run this code
control <- highs_control()

Run the code above in your browser using DataLab