[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] [Fwd: GLPK enhancement]
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] [Fwd: GLPK enhancement] |
Date: |
Wed, 18 Mar 2015 15:13:23 +0300 |
> >> I am presently working with GLPK, and would find it very useful to have
> >> a function which reads data from a string.
> >
> > Probably such a feature would be useful, however, it seems quite exotic.
>
> Actually, such functionality would be very useful for anyone using GLPK
> in an interactive shell, so especially for interpreted-language wrappers
> of GLPK. Creating a temporary file feels like a hack in such contexts.
In any case the model is read from a file, so passing the data via a
string would not reduce overheads.
>
> I missed this in the API when working on ecyglpki:
>
> https://github.com/equaeghe/ecyglpki/issues/3
>
> For me this is not about interacting with the model (using the API for
> that seems the right approach), but for visualization and pre- and
> post-processing purposes.
>
>
> Best,
>
> Erik
>
> _______________________________________________
> Help-glpk mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-glpk
>