Logging#
The Gurobi Optimizer produces a log that allows you to track the
progress of the optimization. The Gurobi command-line tool puts the log
to both the screen and to a file named gurobi.log by default. The
other interfaces just put the log to the screen. Screen output can be
controlled using the OutputFlag parameter and the
LogToConsole parameter, and file output can be
controlled using the LogFile parameter.
The format of the log depends on the algorithm that is invoked.