[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Tables in GNU MathProg
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Tables in GNU MathProg |
Date: |
Tue, 24 Feb 2009 08:15:18 +0300 |
> I came across another issue:
> Where should "solve" and "table .. OUT ..." statements stay in code?
> before the data section? inside this section or maybe after?
All model statements (including solve and table statements) must be
placed in the model section, which, in turn, must precede the data
section.