> Is it possible to ask GLPK for it to print the current problem to the
> stdout or stderr?

You can use lpx_write_prob() or lpx_write_prob() specifying the
console as output filename, i.e. something like "/dev/con" in linux
or "con" in ms-windows. Another way is to write the problem data to
a temporary file and then copy it to a standard stream.



_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to