Help

The interactive shell includes an extensive help facility. To access it, simply type help() at the prompt. As previously mentioned, help is available for all of the important objects in the interface. For example, as explained in the help facility, you can type help(Model), help(Var), or help(Constr). You can also obtain detailed help on any of the available methods on these objects. For example, help(Model.setParam) gives help on setting model parameters. You can also use a variable, or a method on a variable, to ask for help. For example, if variable m contains a Model object, then help(m) is equivalent to help(Model), and help(m.setParam) is equivalent to help(Model.setParam).

Try Gurobi for Free

Choose the evaluation license that fits you best, and start working with our Expert Team for technical guidance and support.

Evaluation License
Get a free, full-featured license of the Gurobi Optimizer to experience the performance, support, benchmarking and tuning services we provide as part of our product offering.
Academic License
Gurobi supports the teaching and use of optimization within academic institutions. We offer free, full-featured copies of Gurobi for use in class, and for research.
Cloud Trial

Request free trial hours, so you can see how quickly and easily a model can be solved on the cloud.

Search