Hi Fabian,
When you try to read from GDX and you get an empty parameter it simply means that you have used wrong indices (sets), i.e. this can happen because you swapped two indices/sets in the parameter declaration (in your case this is not true). The second reason is that you have wrong elements. In your case you define the set i:
i rows matrix A /j1*j559/
but when you look at your GDXfile you will see
i rows matrix A /i1*i559/
So correct this and it should work
Wietse
--
You received this message because you are subscribed to the Google Groups "gamsworld" group.
To post to this group, send email to
gams...@googlegroups.com.
To unsubscribe from this group, send email to
gamsworld+...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/gamsworld?hl=en.
$loaddc M
$loaddc A
$load and $load dc are similar. The difference is that $load ignores
elements that don't fit into the declared domain of the data, while
$loaddc flags them as errors.
-Steve
2012/4/16 Fabián Mancilla <mancill...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "gamsworld" group.
> To post to this group, send email to gams...@googlegroups.com.
> To unsubscribe from this group, send email to
> gamsworld+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/gamsworld?hl=en.
--
Steven Dirkse, Ph.D.
GAMS Development Corp., Washington DC
Voice: (202)342-0180 Fax: (202)342-0181
sdi...@gams.com
http://www.gams.com