[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] glpsol and standard input
From: |
Maurice Diamantini (dom) |
Subject: |
Re: [Help-glpk] glpsol and standard input |
Date: |
Wed, 10 Aug 2005 22:59:23 +0200 |
Le 10 août 05 à 13:48, François Galea a écrit :
Another solution would be to make glpsol read explicitly from the
standard input (on Linux systems) :
$mylpgenerator | glpsol --mps /dev/stdin
'/dev/stdin' is the special device file for the current process'
standard input.
Thank you very much for this trip (pipe in french ? :-)
This seems to work not only on linus but on any unix.
On Mac osx 10.4 (which is unix openbsd),
I try this feature by:
cat plan.mod | glpsol --math /dev/stdin
Maurice,