highs_control {highs} | R Documentation |
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 |
Examples
control <- highs_control()
[Package highs version 0.1-10 Index]