Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
GRBException()
Exception constructor.
GRBException | GRBException ( | int | errcode=0 ) |
Create a Gurobi exception.
Arguments:
errcode (optional): Error code for exception.
Return value:
An exception object.
GRBException | GRBException ( | string | errmsg, |
int | errcode=0 ) |
-
Create a Gurobi exception.
Arguments:
errmsg: Error message for exception.
errcode (optional): Error code for exception.
Return value:
An exception object.