[ library(eplex) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]
lp_read(+File, ++Format, -Handle)
Read a problem from a file and setup a solver for it.
- File
- File name
- Format
- lp or mps
- Handle
- Returns a handle to the new solver state
Description
Read a problem from a file and setup a solver for it. Format is
lp or mps. The result is a handle similar to the one obtained by
lp_setup/4.
See Also
lp_write / 3, lp_setup / 4