> the following model returns an error
> "write error on <stdout> - output buffer overflow"
> for {i in 1..2000}
> printf "%6s", "x";
> end;
> Currently the output buffer is only flushed when reaching a new line.
> For very long output lines the buffer should be flushed instead of
> throwing an error.
Thank you for your suggestion and patch.
I removed the buffering at all. (This was needed due to an old version
of glplib which allowed printing only an entire line.)
_______________________________________________
Bug-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-glpk