gurobipy.GurobiError#
- class GurobiError#
Gurobi exception object. Upon catching an exception
e, you can examinee.errno(an integer) ore.message(a string). A list of possible values forerrnocan be found in the Error Code table.messageprovides additional information on the source of the error.