Model.message()

message ( msg )

Append a string to the Gurobi log file.

Arguments:

msg: String to append to Gurobi log file.

Example usage:

  model.message('New message')