help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] GLPK Enhancement: Variable Name Match for Other File For


From: Andrew Makhorin
Subject: Re: [Help-glpk] GLPK Enhancement: Variable Name Match for Other File Format
Date: Wed, 19 Sep 2007 01:39:29 +0400

> GLPK can transfer the GLPK modeling into other file format, such as CPLEX
> and MPS. This is a very nice feature, and it would be nicer if variable
> name match is given for the transfer, i.e., a name match file listing the
> variable names in the GLPK model and the names in other file format name.
> With this feature, the solution can be interpreted and compared easily.

Glpk output routines keep original names of rows and columns, if it is
possible. It it is not possible (for example, fixed mps format allows
names not longer than 8 characters), fake names are used, like x[123] in
cplex format or C0000123 in fixed mps format. In this sense only free
mps format is reliable.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]