Gurobi
The Gurobi optimizer is a solver for mathematical programming. It includes:
- linear programming solver
- mixed-integer linear programming solver
- mixed-integer quadratic programming solver
- quadratic programming solver
- quadratically constrained programming solver
- mixed-integer quadratically constrained programming solver
Documentation
Usage
To see what versions of Gurobi are available type
module avail gurobi
To see what other modules are needed, what commands are available and how to get additional help type
module help gurobi
To use Gurobi include a command like this in your batch script or interactive session to load the Gurobi module:
module load gurobi
Be sure you also load any other modules needed, as listed by the module help gurobi
command.