diff --git a/previews/PR673/.documenter-siteinfo.json b/previews/PR673/.documenter-siteinfo.json index 633c20ddb5..fc4967aa77 100644 --- a/previews/PR673/.documenter-siteinfo.json +++ b/previews/PR673/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-01T22:13:25","documenter_version":"1.3.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.2","generation_timestamp":"2024-04-03T15:59:49","documenter_version":"1.3.0"}} \ No newline at end of file diff --git a/previews/PR673/Getting_Started/commercial_solvers/index.html b/previews/PR673/Getting_Started/commercial_solvers/index.html index 5e770182e2..85d84d7cb0 100644 --- a/previews/PR673/Getting_Started/commercial_solvers/index.html +++ b/previews/PR673/Getting_Started/commercial_solvers/index.html @@ -7,4 +7,4 @@ (GenX) pkg> add CPLEX
Run.jl
file to use the commercial solver. For example, to use Gurobi, you can add the following lines to the Run.jl
file:using Gurobi
using GenX
-run_genx_case!(dirname(@__FILE__), Gurobi.Optimizer)
Note that if you have not already installed the required Julia packages or you do not have a valid Gurobi license on your host machine, you will receive an error message and Run.jl will not run to completion.
Settings
This document was generated with Documenter.jl version 1.3.0 on Monday 1 April 2024. Using Julia version 1.10.2.