Hi all,
I have a problem that I do not understand why it occurs. I specify the following options
Option optcr = option_relativeGap;
Option optca = option_absoluteGap;
Option Reslim = option_timeLimit;
and I get an error: Ral number expected
I read the parameters (option_relativeGap, option_absoluteGap, option_timeLimit) from a GDX file where they are displayed in a correct way.
option_relativeGap
$LOAD option_relativeGap
option_absoluteGap
$LOAD option_absoluteGap
option_timeLimit
$LOAD option_timeLimit
The values are real numbers. Does anyone have a clue what the problem is? I would be quite thanful.