Concepts
Features
Reference
Retrieve the error message associated with the most recent error thatoccurred in an environment.
A string containing the error message.
env – The environment in which the error occurred.
error=GRBgetintattr(model,"DOES_NOT_EXIST",&attr);if(error)printf("%s\n",GRBgeterrormsg(env));
Help and Feedback