powered by
This function determines if the Gurobi R package is installed on the computer and that it can be used base::options().
base::options()
is.GurobiInstalled(verbose = TRUE)
logical Is it installed and ready to use?
logical
logical should messages be printed?
base::options().
if (FALSE) { # check if Gurobi is installed is.GurobiInstalled() # print cached status of installation options()$GurobiInstalled }
Run the code above in your browser using DataLab