Scilab Function

readmps - reads a file in MPS format

Sequence d'appel

mps= readmps (file-name,bounds [,maxsizes]);

Parametres

Description

readmps. Utility function: reads a file containing description of an LP problem given in MPS format. It is an interface with the program rdmps1.f of hopdm (J. Gondzio). For a description of the variables, see the file rdmps1.f.

MPS format is a standard ASCII medium for LP codes. MPS format is described in more detail in Murtagh's book:

Murtagh B. (1981). Advanced Linear Programming, McGrew-Hill, New York, 1981.

Exemples

Voir aussi