MPL for Windows Manual
You can change the log file options for CPLEX by choosing CPLEX parameters from the Options menu and then pressing the Log file tab. This will display the log file options for CPLEX in the dialog box as shown below:
Figure 4.44: The CPLEX Log File Options Dialog Box
Message Window: While CPLEX is optimizing the iteration log information will be sent to the MPL Message Window. This is the same option as the Send iteration log to message window option in the General Solver Options dialog box.
Log file: While CPLEX is optimizing, the log information will appear in a log file. This is the same option as the Send iteratoin log to log file option in the General Solver Options dialog box.
Log filename: Specifies the filename CPLEX will use for the log file. If the filename given contains asterisks '*' instead of the name, like the default '*.log' CPLEX will use the name of model file with the extension given.
The MIP Node log option controls the frequency of the node logging. This option is useful for monitoring the progress of a problem that requires many nodes to solve.
No node log No node information appears in the log.
Feasible nodes Node information appears only for each integer feasible solutions found.
Every n-th node Node information appears for every n-th node where n is the number given in the input box. The default is every 100th nodes.
Every node and iteration Node information appears for every node as well as the standard LP iteration log.
Every node and relaxation Node information appears for every node as well as the LP root relaxation info.
Every node and subproblem Node information appears for every node as well as the LP subproblem info.
The LP iteration log controls the amount of information that is sent to either the log window and/or the log file.
No Iteration log No iteration information appears in the log.
Standard iteration log Iteration information appears for every refactorization.
Full iteration log and pivot Iteration information appears for every iteration.
The Barrier progress info log option controls the level of progress information to be reported.
No progress information No progress information appears in log.
Normal information Normal progress information appears in log.
Diagnostics information Diagnostic information appears in log.
No iteration log No iteration information appears in the log.
True objective values True objective values are included in the log.
Penalized objective values Objective values, including monotonic values are included in the log.