Input limit for commands in the Interactive Optimizer

Input on the command line is limited to 512 bytes.

When the CPLEX Interactive Optimizer encounters an input command of more than 512 bytes, it displays the error message CPXERR_LINE_TOO_LONG.

For example, if the path to a working directory is extremely long in a command such as the following sample


set workdir /path of more than 499 bytes/to/a/working/directory

CPLEX Interactive Optimizer displays an error message to inform the user that it did not execute the command as expected.