EMPS
Expand a compressed MPS file.


EMPS is a C++ program which can expand a compressed MPS file into standard form.

MPS files are a standard format for describing linear programming problems. They tend to be large and verbose, and so it is useful to compress them when they are not in use.

Related Data and Programs:

EMPS is also available in a FORTRAN90 version.

MPSC is a data directory which contains examples of compressed MPS files.

MPS is a data directory which contains examples of uncompressed MPS files.

Usage:

emps file.mpsc > file.mps
reads the compressed file file.mpsc and writes out the equivalent uncompressed file file.mps.

Author:

David Gay

Reference:

  1. Irvin Lustig,
    An Analysis of an Available Set of Linear Programming Test Problems,
    Computers and Operations Research,
    Volume 16, number 2, pages 173-184, 1989.
  2. Bruce Murtagh,
    Advanced Linear Programming: Computation and Practice,
    McGraw-Hill, 1981.
  3. The original source code for EMPS is available in the lp/data subdirectory of the NETLIB web site.

Source Code:

List of Routines:

You can go up one level to the C++ source codes.


Last revised on 31 August 2005.