Heinrich Schuchardt:

On Linux you can create a FIFO with mkfifo and pass the path to the
GLPK.

On Windows you can create a named pipe and use its path
(CreateNamedPipe).

Thanks for the idea. Sadly enough for my needs, Python does not provide
a unified interface for named pipes it seems, so a temporary files is
still better from the portability perspective.


Erik

_______________________________________________
Help-glpk mailing list
Help-glpk@gnu.org
https://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to