EMPS
Expand a compressed MPS file.


EMPS is a FORTRAN90 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.

Usage:

emps file.mpsc file.mps
reads the information in file.mpsc and writes an uncompressed version into file.mps

Related Data and Programs:

EMPS is also available in a C++ version.

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

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

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 FORTRAN90 source codes.


Last revised on 30 August 2005.