[ library(range_eplex) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

EplexInstance:eplex_write(++Format,++File)

Write the problem in the solver for eplex instance EplexInstance to a file.
Format
lp or mps
File
File name

Description

Write the problem in the solver for EplexInstance to a file. The set of supported formats depends on the actual external 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. Note that the mps format does not specify the sense (min or max) of the objective function.

Exceptions

(5) type error
EplexInstance does not a solver setup for it.

See Also

eplex_read / 2, lp_write / 3, lp_setup / 4