Search found 4 matches

by mape
6 years ago
Forum: Modeling
Topic: load dimension are different
Replies: 4
Views: 6635

Re: load dimension are different

I finally solved the problem, you helped me a lot!

Thank you very much,

Marina
by mape
6 years ago
Forum: Modeling
Topic: load dimension are different
Replies: 4
Views: 6635

Re: load dimension are different

Thank you Michael for your answer. Unfortunately I'm not able to solve the problem yet. This is the code I used to create the GDX file: Set r row labels; Parameters Dt(r) Ppv(r) Pwt(r) Pht(r); $call GDXXRW.EXE Dt.xlsx Squeeze=N par=Dt rng=a1:b25 trace=3 rdim=1 cdim=1 $call GDXXRW.EXE Ppv.xlsx Squeez...
by mape
6 years ago
Forum: Modeling
Topic: load dimension are different
Replies: 4
Views: 6635

load dimension are different

Hi, I have a problem related to the inclusion of a gdx file because I create it but then, when I include it in the algorithm, I get: "error 495: load dimension are different". I checked similar cases published online but they are all related to problems in specifying rdim and cdim, which i...
by mape
6 years ago
Forum: Syntax
Topic: error 495: load dimension are different
Replies: 1
Views: 3864

error 495: load dimension are different

Hi, I'm having a problem related to the inclusion of a GDX file..I wrote this code to produce the GDX file starting from an Excel spreadsheet: Set r row labels; Parameters Dt(r) Ppv(r) Pwt(r) Pht(r); $call GDXXRW.EXE Dt.xlsx Squeeze=N par=Dt rng=a1:b25 trace=3 rdim=1 cdim=1 $call GDXXRW.EXE Ppv.xlsx...