Purpose
Specify the name of a file to receive any output messages from the Xpress-SLP program
Synopsis
procedure SLPlogfile([FileName:string] [, Option:integer])
Arguments
FileName
|
the name of the file to be written.
|
Options
|
integer specifying where the output is written. If Option is omitted, the output is written to both
the file and to standard output.
0
|
only to the file specified
|
1
|
to the file specified and to the standard output
|
|
Example
The following example sets the SLP log file to be MyLog.log and specifies that the output should
be written to the file and displayed on the program's standard output.
SLPlogfile("MyLog.log",1)
Further information
The messages include error, warning and information messages as well as any other data which is passed to
the Xpress-SLP message routine (for example, from a user function).
Related topics
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.