GurobiDirect

Interface

GurobiDirect([manage_env])

A direct interface to Gurobi using gurobipy.

Methods

GurobiDirect.available([exception_flag])

Returns True if the solver is available.

GurobiDirect.close()

Frees local Gurobi resources used by this solver instance.

GurobiDirect.close_global()

Frees all Gurobi models used by this solver, and frees the global default Gurobi environment.

GurobiDirect.solve(*args, **kwds)

Solve the problem

GurobiDirect.version()

Returns a 4-tuple describing the solver executable version.