help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] Ask GLPK for debug


From: Andrew Makhorin
Subject: Re: [Help-glpk] Ask GLPK for debug
Date: Tue, 11 Apr 2006 13:10:49 +0400

> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]