Initializing help system before first use

OUTPUTLOG

Description
This controls the level of output produced by the Optimizer during optimization. In the Console Optimizer, OUTPUTLOG controls which messages are sent to the screen ( stdout). When using the Optimizer library, no output is sent to the screen. If the user wishes output to be displayed, they must define a callback function and print messages to the screen themselves. In this case, OUTPUTLOG controls which messages are sent to the user output callback.
Type
Integer
Values
0 
Turn all output off. Use XPRS_OUTPUTLOG_NO_OUTPUT from xprs.h.
1 
Print all messages. Use XPRS_OUTPUTLOG_FULL_OUTPUT from xprs.h.
3 
Print error and warning messages. Use XPRS_OUTPUTLOG_ERRORS_AND_WARNINGS from xprs.h.
4 
Print error messages only. Use XPRS_OUTPUTLOG_ERRORS from xprs.h.
Default value
1
Affects routines

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.