ILOG CPLEX 11.0 File Formats > > ILOG CPLEX File Formats > Saving Problems in the Interactive Optimizer

In the Interactive Optimizer, you save information about the problem currently in memory as a file in the LP, MPS, or SAV formats by means of the write command and its options. For a complete list of file formats that ILOG CPLEX supports, see Brief Descriptions of File Formats. Here are the options in the Interactive Optimizer for frequently used formats:

The SAV file format, because it is binary, is the format that preserves the greatest degree of precision in data. It can be effective in reducing read and write time for repetitively solved problems. However, because it is a binary format, it cannot be readily viewed or edited in standard text editors.

As a naming convention, we recommend that you use the file format for reading the file as the file extension when you write or save the file (for instance, example.bas, example.lp, example.mps, example.sav). When you follow this convention, ILOG CPLEX automatically recognizes the file type and eliminates additional prompts for you to specify a file type.