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
MAXIM -g
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
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.