Skip to content
Snippets Groups Projects
Commit ba436f16 authored by Azza Ahmed's avatar Azza Ahmed
Browse files

Enhance GurobiPy tutorial: add alert for license configuration section

parent 1ea63841
No related branches found
No related tags found
No related merge requests found
Pipeline #1226973 passed
...@@ -58,7 +58,9 @@ Solved in 0 iterations and 0.01 seconds (0.00 work units) ...@@ -58,7 +58,9 @@ Solved in 0 iterations and 0.01 seconds (0.00 work units)
Optimal objective 0.000000000e+00 Optimal objective 0.000000000e+00
``` ```
## Configuring the License
{{% alert title="Configuring the License" color="primary" %}}
If needed, and since DAIC uses a remote license server, you can specify the license settings in your script: If needed, and since DAIC uses a remote license server, you can specify the license settings in your script:
...@@ -77,5 +79,6 @@ with gp.Env(params=connection_params) as env: ...@@ -77,5 +79,6 @@ with gp.Env(params=connection_params) as env:
except: except:
# Add appropriate error handling here. # Add appropriate error handling here.
raise raise
```
```
{{% /alert %}}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment