Originally posted by: SystemAdmin
[cuongtv81 said:]
Hi everyone,
I have a question regarding error code 1464 (identifier/name too long to process). I have a toy program as follows:
maximize x1 + x2 + ... + x2000
subject to
x1 + x2 <= 3<br />binaries
x1 x2 ... x2000
Of course, the maximum value is 2000, when all variables are one. However, CPLEX ouputs error 1464 when it reads the program. I do not know what is wrong with the program, and how to get around it. Or is there any limit on the number of binary/integer variables CPLEX can handle? I would greatly appreciate any help.
#CPLEXOptimizers#DecisionOptimization