Originally posted by: Eumpfenbach
Works fine in Matlab for me. Trying to use Python and getting this error. Any ideas?
>>> problem = cplex.Cplex("mymodel_pre.lp")
CPLEX Error 1464: Line 434642: Identifier/name too long to process.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "cplex/__init__.py", line 713, in __init__
_internal._procedural.readcopyprob(env._e, self._lp, filename, filetype)
File "cplex/_internal/_procedural.py", line 372, in readcopyprob
check_status(env, status)
File "cplex/_internal/_procedural.py", line 88, in __call__
raise CplexSolverError(error_string, env, status)
cplex.exceptions.CplexSolverError: CPLEX Error 1464: Line 434642: Identifier/name too long to process.
#CPLEXOptimizers#DecisionOptimization