STOP
STOP |
Purpose
Terminates the Console Optimizer, returning an exit code to the operating system. This is useful for
batch operations.
Synopsis
STOP
Example
The following example inputs a matrix file,
lama.mat, runs a global optimization on it and then exits:
READPROB lama MIPOPTIMIZE STOP
Further information
This command may be used to terminate the Optimizer as with the
QUIT command. It sets an
exit value which may be inspected by the host operating system or invoking program.
Related topics
QUIT.