GRBmsg
void |
GRBmsg ( |
GRBenv |
*env, |
|
|
const char |
*message ) |
Insert a message into the Gurobi log file.
Arguments:
env: The environment whose log file should receive the message.
message: The message to be appended to the log.
Example usage:
error = GRBmsg(env, "Add this message to the log");