[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Suppressing output
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Suppressing output |
Date: |
Sun, 15 May 2011 23:08:02 +0400 |
> For a work-around (on Linux), try one of these:
>
> glpsol .. --output "/dev/stdout"
> glpsol .. --output "/dev/stdout" --log everything.log
>
Special filenames /dev/stdin, /dev/stdout, and /dev/stderr are handled
by glpk i/o routines, so it is a platform-independent feature.