Download plus installation to set up Gurobi solver on Linux

See https://support.gurobi.com/hc/en-us/articles/4534161999889-How-do-I-install-Gurobi-Optimizer

Acticate license

Using the command for grbgetkey that is shown when getting the license.

Install R package gurobi

The R package is in the installation directory in the directory R. Use

install.packages('gurobi_11.0-2_R_4.4.0.tar.gz', repos=NULL)

As of June 2024, the package still only seems to work in the console and not for example in RStudio (at least on Linux, I was told it is different on Windows).


Last updated: 2024-06-05