Skip to content

Commit

Permalink
Merge pull request #707 from k1nshuk/gurobi_cl
Browse files Browse the repository at this point in the history
Add tip to check available gurobi license to the documentation
  • Loading branch information
yandthj authored Nov 13, 2024
2 parents 2f4372a + 01637d2 commit 31d4352
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/Documentation/Applications/gurobi.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@ Gurobi includes a linear programming solver (LP), quadratic programming solver
programming solver (MILP), mixed-integer quadratic programming solver (MIQP),
and a mixed-integer quadratically constrained programming solver (MIQCP).

Gurobi is available on multiple systems, which host 6 general use (including
commercial) and 18 academic/government standalone Gurobi licenses. After logging
Gurobi is available on multiple systems. **There are 24 license tokens available for
concurrent use** - 6 are for general use (including commercial) and 18 standalone license tokens
are for academic/government use. After logging
onto the appropriate cluster, load the default Gurobi module using
`module load gurobi`. The Gurobi interactive shell is run by typing
"`gurobi.sh`". Gurobi can also be interfaced with C/C++/Java/MATLAB/R codes by
linking with the Gurobi libraries.

!!! tip
You can check how many Gurobi licenses are available for use by running the following command
after loading the Gurobi module
```bash
gurobi_cl -t
```

For details on Gurobi programming, see the [Gurobi Resource
Center](https://www.gurobi.com/resource-center/) and [Gurobi
documentation](https://www.gurobi.com/documentation/).
Expand Down

0 comments on commit 31d4352

Please sign in to comment.