Initializing help system before first use

OUTPUTLOG

Description
This controls the level of output produced by the Optimizer during optimization. Output is sent to the screen ( stdout) by default, but may be intercepted by a user function using the user output callback; see XPRSaddcbmessage. However, under Windows, no output from the Optimizer DLL is sent to the screen. The user must define a callback function and print messages to the screen them self if they wish output to be displayed.
Type
Integer
Values
0 
Turn all output off.
1 
Print all messages.
3 
Print error and warning messages.
4 
Print error messages only.
Default value
1
Affects routines