help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Mathprog > SQLite/MySQL > GNUPlot - (Graphing LP and MI


From: Xypron
Subject: Re: [Help-glpk] Mathprog > SQLite/MySQL > GNUPlot - (Graphing LP and MIP results)
Date: Sat, 12 Jun 2010 18:03:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100317 SeaMonkey/2.0.4

Hello Noli,

 I hope Andrew is reading this and will implement 'shell" command

AMPL offers the following syntax:

shell 'command-line' optional_redirection;
shell optional_redirection;

optional_redirection is something like "> out.txt" or ">> out.txt"

The first syntax executes command_line.
The second syntax invokes a shell (Linux console, or Windows console ("cmd"))and returns to AMPL when the shell is terminated.

(see Robert Fourer, AMPL, 2nd edition)

These commands make sense in AMPL, because it is an interactive language.

What will be the added value for GLPK users compared to using a shell script?

Best regards

Xypron






reply via email to

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