Hello everyone, I am a beginner and I am trying to play around with OPTMODEL, but I am getting a few errors I can't decipher. Is there a reference guide to go through the error codes they give us? I enclose two error examples below. Thank you. First Error: 102 con MaxNumberFactory: sum{i in Factory}Y[i]=>2; _ 22 200 ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, a numeric constant, a datetime constant, a missing value, (, +, -, /, IF, INPUT, INTER, MAX, MIN, PROD, PUT, SETOF, SLICE, SUM, UNION, {. ERROR 200-322: The symbol is not recognized and will be ignored. Second Error: 107 print X{Factory,Store}; _ 22 ERROR 22-322: Expecting a name.
... View more