highs_control function

Highs Control

Highs Control

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

control <- highs_control()
  • Maintainer: Florian Schwendinger
  • License: GPL (>= 2)
  • Last published: 2025-01-08