next up previous index
Next: Versions and Licences Up: EPLEX: The ECLiPSe/CPLEX Interface Previous: EPLEX: The ECLiPSe/CPLEX Interface   Index

Usage

This library lets you use an external Simplex or MIP solver like CPLEX8.1or XPRESS-MP8.2from within ECLiPSe. Load the library by using either of
:- lib(eplex_cplex).
:- lib(eplex_xpress).
:- lib(eplex).
The first line explicitly requests the CPLEX solver, the second line explicitly requests the XPRESS-MP solver, and the third line will try to load whatever licenced solver is available on the computer. Note that the eplex-library provides a largely solver-independent API to the programmer, so many programs will run with either external solver.




1999-08-06