Initializing help system before first use

setoutput

Purpose
Convenience function to redirect optimizer messages.
The function can be used to redirect optimizer messages to stdin or stderr. The values for info, warn, err can be 0 (zero) to suppress the respective messages, 1 (one) to redirect the respective messages to stdout, 2 to redirect them to stderr and 3 to redirect them to both. Any previous redirection set with this function is removed.
Synopsis
setoutput(prob, info = 1L, warn = 2L, err = 2L)
Arguments
prob 
The problem pointer for which messages should be redirected.
info 
Specifies redirection of info messages.
warn 
Specifies redirection of warning messages.
err 
Specifies redurection of error messages.
Return value
Always returns prob.

© 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.