[ library(eplex) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]
lp_write(+Handle, ++Format, +File)
Write a solver problem to a file.
- Handle
- Handle to an existing solver state
- Format
- lp or mps
- File
- File name
Description
Write the problem which corresponds to Handle to a file. The set of
supported formats depends on the actual extenal solver which is used.
All solvers support the mps format. Some solvers on some operating
system platforms may change or append a suffix to the filename.
See Also
lp_read / 3, lp_setup / 4