Thanks for your concern, but none of the methods mentioned here worked in my case.
However i managed to solve the problem i.e. now the program is running without any hassle, but the results are not promising !
First, lets explain what i did to make the program run without any errors:
In my "variables" there is a variable called "F31" which is equal to:
F19+96*x311+89*x312+83*x313+77*x314+72*x315
There is also a constraint defined as:
F31>=F25+96*x311+89*x312+83*x313+77*x314+72*x315
what i did was to change F19's place with F25, i mean:
Variable F31 is now defined as:
F25+96*x311+89*x312+83*x313+77*x314+72*x315
And the constraint revised as:
F31>=F19+96*x311+89*x312+83*x313+77*x314+72*x315
bingo! the program is running, but the results are not same as the ones stated in a specific paper!
There is something odd that i observe in AIMMS, when i further do the same revision on other variables (for example when i change F52 and F53's place within definition and constraint of F56) the results change, each time i do this revision, i get new numbers!!
Could you please explain the reason? i see no logical reason for such kind of behavior...
Thanks in advance...