> >> 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
> Help-glpk@gnu.org
> https://lists.gnu.org/mailman/listinfo/help-glpk
> 



_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to