help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Database connectivity in MathProg


From: Andrew Makhorin
Subject: Re: [Help-glpk] Database connectivity in MathProg
Date: Mon, 11 Feb 2008 02:17:30 +0300

The syntax of the table statement in BNF is the following:

*  <table statement> ::= <input table statement>
*  <table statement> ::= <output table statement>
*
*  <input table statement> ::=
*        table <table name> <alias> IN <string list> :
*        <input set> [ <column list> ] , <input list> ;
*  <alias> ::= <empty>
*  <alias> ::= <string literal>
*  <string list> ::= <expression 5>
*  <string list> ::= <string list> <expression 5>
*  <string list> ::= <string list> , <expression 5>
*  <input set> ::= <empty>
*  <input set> ::= <set name> <-
*  <column list> ::= <column name>
*  <column list> ::= <column list> , <column name>
*  <input list> ::= <input item>
*  <input list> ::= <input list> , <input item>
*  <input item> ::= <parameter name>
*  <input item> ::= <parameter name> ~ <column name>
*
*  <output table statement> ::=
*        table <table name> <alias> <domain> OUT <string list> :
*        <output list> ;
*  <domain> ::= <indexing expression>
*  <output list> ::= <output item>
*  <output list> ::= <output list> , <output item>
*  <output item> ::= <expression 5>
*  <output item> ::= <expression 5> ~ <column name>

Note: <expression 5> is an expression of level 5, which, while not
      enclosed in parenthesis, syntactically is numeric or symbolic
      expression.





reply via email to

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