[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] LP files and machine-parseable sensitivity output?
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] LP files and machine-parseable sensitivity output? |
Date: |
Mon, 05 Dec 2011 19:20:23 +0300 |
> >> As I'm limited to LP files as my only means of input to GLPK, GMPL
> >> is not an option for me. Is there a file-based avenue for
> >> acquiring machine-parseable sensitivity information from GLPK that
> >> I have not yet discovered?
> >
> > Such a feature is not implemented.
>
> Shucks. Does this wording imply that you would accept code to implement
> this? Or is this an intentional omission?
>
The latter. No standard format exists for such kind of information, and
inventing one doesn't seem to me a good idea. It is quite easy to obtain
all necessary information with the glpk api routines and write it in a
format suitable for a particular application.