What is the content of this table?
--
You received this message because you are subscribed to the Google Groups "AIMMS - The Modeling System" group.
To post to this group, send email to ai...@googlegroups.com.
To unsubscribe from this group, send email to aimms+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/aimms?hl=en.
Is there a column "a" on this table in your database, even if you don't read it anymore ?
This could be your problem, since aimms will try to automatically read it.
Try running a procedure like
Read b from mytable;
Best,
Sergio
Em 23/05/2012 17:00, "King" <shiwa...@gmail.com>escreveu:
Name b c
r1 0 10
r2 10 5
r3 0 -10
while "a" has nothing to do with this table. BTW, "a" used to be a
column too, but now I do not read in "a" anymore but determine the
values for this parameter through a procedure.
On May 23, 3:50 pm, Sergio Bruno <svbbr...@gmail.com> wrote:
> What is the content of this table?
>...
> Em 23/05/2012 15:49, "King" <shiwang....@gmail.com>escreveu:
>
> Hi,
>
> I got an error message
> The index "i" present in a(r, i) is not present in the previous...