Originally posted by: SystemAdmin
[shaon said:]
[quote author=Mengue link=topic=1391.msg3867#msg3867 date=1254076205]
To be more especific: my contraint have a big length (+/- 5000 characters) like:
x1 + x2 + x3 + ... + x1001 + x1002 <= 500<br />
Remember that the line have a maximun lenght of 560 characters...
In my experience, I also have many variables in each constraint. When creating the .LP file, I just enumerated each variable and then added "<= a" and switched to next line. I never cared about the maximum length. I still do not know the maximum length you mentioned.
#CPLEXOptimizers#DecisionOptimization