Next: Usage
Up: ECLiPSe Library Manual Release
Previous: Writing Higher Level Constraints
  Index
EPLEX: The ECLiPSe/CPLEX Interface
- Usage
- Versions and Licences
- Ranged and Typed Variables
- Black-Box Interface
- Interface for CLP-Integration
- Low-Level Solver Interface
- Setting up Solvers Manually
- lp_setup(+NormConstraints, +Objective, +ListOfOptions, -Handle)
- lp_set(+Handle, +What, +Value)
- lp_add(+Handle, +NewNormConstraints, +NewIntegers)
- lp_cleanup(+Handle)
- lp_read(+File, +Format, -Handle)
- lp_write(+Handle, +Format, +File)
- Running a Solver Explicitly
- Accessing Solutions and other Solver State
- Accessing Variable-Related Information
- Collecting Linear Constraints
- Low-Level Interface Examples
- Access to Global Solver Parameters
- External Solver Output and Log
- Error Handling
1999-08-06