ILOG CPLEX 11.0 User's Manual > Advanced Programming Techniques > User-Cut and Lazy-Constraint Pools > Adding User Cuts and Lazy Constraints > Reading and Writing MPS Files |
Reading and Writing MPS Files |
INDEX PREVIOUS NEXT |
ILOG CPLEX extends the MPS file format with additional optional sections to accomodate user defined cuts and lazy constraints. The usual routines of the Callable Library and methods of Concert Technology to read and write MPS files also read and write these optional sections. These additional sections follow the ROWS
section of an MPS file in this order:
The syntax of these additional sections conforms to the syntax of the ROWS
section with this exception: the type R cannot appear in USERCUTS
nor in LAZYCONS
. For details about the format of the ROWS section in the MPS file format, see the ILOG CPLEX File Format Reference Manual, especially these sections:
Here is an example of an MPS file extended to include lazy constraints.
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |