[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] CSV FILES PROBLEM
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] CSV FILES PROBLEM |
Date: |
Sat, 18 Apr 2009 14:28:47 +0300 |
> I read that document al ready,
Please read it more carefully.
> but it is not clear about where have to be put that statement...
> my real question is: wha is wrong in this code? i have try several
> ways to do read and write tables with no success
The statement 'table Ti;' (fourth line in your model) is incomplete.
You can find some example models in examples/csv and examples/sql which
illustrate how to use the table statement.