SLPexportprob


Purpose
Write the SLP problem to file in extended MPS or text format
Synopsis
procedure SLPexportprob(FileName:string [, Options:string])
Arguments
string holding any options required. These are the same ones as defined for the XSLPwriteprob function in the Xpress-SLP Reference Manual. The most common ones are:
FileName 
the name of the file to be written.
Options 
write the linearized form of the problem (the default is to write the nonlinear problem)
write one matrix element on each record (the default is two elements)
write in "text" format (the default is to write in Extended MPS format)
Example
The following example writes the nonlinear problem to file MyFile.txt in text format:
SLPexportprob("MyFile","t")
Further information

The extension .mat (for Extended MPS format) or .txt (for text format) is automatically appended to the given file name.

Note that, where an SLP problem is being created, the standard Mosel procedure exportprob will write out only the linear part of the problem.


Related topics
SLPloadprob


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.