Data Entry Options

CPLEX provides several options for entering your problem data. When using the Interactive Optimizer, most users will enter problem data from formatted files. CPLEX supports the industry-standard MPS (Mathematical Programming System) file format as well as CPLEX LP format, a row-oriented format many users may find more natural. Interactive entry (using CPLEX LP format) is also a possibility for small problems.

Data entry options are described briefly in this manual. File formats are documented in an appendix of the ILOG CPLEX Reference Manual.

Concert Technology and Callable Library users may read problem data from the same kinds of files as in the Interactive Optimizer, or they may want to pass data directly into CPLEX to gain efficiency. These options are discussed in a series of examples that begin with Building and Solving a Small LP Model in C++, Building and Solving a Small LP Model in Java, and Building and Solving a Small LP Model in C for the CPLEX Callable Library users.


Previous Page: Optimizer Options   Return to Top Next Page: Solving an LP with CPLEX Technology